From 23a77ad01b96149db5e07121c09481dd1c5d9b4a Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sun, 22 Nov 2009 04:40:03 +0000 Subject: [PATCH] vi: rename vim page to generic /vi --- .htaccess | 3 +++ index.plp | 2 +- readline.inc.pl | 2 +- sitemap.xml | 2 +- unicode.plp | 2 +- vim.inc.pl => vi.inc.pl | 0 vim.plp => vi.plp | 8 ++++---- 7 files changed, 11 insertions(+), 8 deletions(-) rename vim.inc.pl => vi.inc.pl (100%) rename vim.plp => vi.plp (94%) diff --git a/.htaccess b/.htaccess index bd6e1a7..3e99fe8 100644 --- a/.htaccess +++ b/.htaccess @@ -3,6 +3,9 @@ DirectoryIndex index.plp RewriteEngine on RewriteBase / +# redirect old location +RewriteRule ^vim$ /vi [R=301] + # serve vim commands when requesting /digraphs.ex as well RewriteRule ^(digraphs)\.ex(/.*)?$ $1.vim$2 diff --git a/index.plp b/index.plp index 8897fcc..30e5864 100644 --- a/index.plp +++ b/index.plp @@ -30,7 +30,7 @@ but you're free to use, print, alter, and redistribute under the AGPL license.

Keyboard maps