Cosmetic: mappings: Finally escaped all control-characters ;-)
authorshort <>
Fri, 17 Jan 2003 16:25:10 +0000 (16:25 +0000)
committershort <>
Fri, 17 Jan 2003 16:25:10 +0000 (16:25 +0000)
.vimrc

diff --git a/.vimrc b/.vimrc
index 69bb989..0126e77 100644 (file)
--- a/.vimrc
+++ b/.vimrc
@@ -59,18 +59,18 @@ set fo=tcq
 set viminfo='100,\"1000,:100,/40
 set tags=./tags,./TAGS,./../tags,./../TAGS,./../../tags,./../../TAGS,./../../../tags,./../../../TAGS,./../../../../tags,./../../../../TAGS,./../../../../../tags,./../../../../../TAGS,./../../../../../../tags,./../../../../../../TAGS,./../../../../../../../tags,./../../../../../../../TAGS,./../../../../../../../../tags,./../../../../../../../../TAGS,./../../../../../../../../../tags,./../../../../../../../../../TAGS,./../../../../../../../../../../tags,./../../../../../../../../../../TAGS,./../../../../../../../../../../../tags,./../../../../../../../../../../../TAGS,./reactos/tags,./../reactos/tags,./../../reactos/tags,,./../../../reactos/tags,./../../../../reactos/tags,./../../../../../reactos/tags,./../../../../../../reactos/tags,./w32/inc/tags,./../w32/inc/tags,./../../w32/inc/tags,,./../../../w32/inc/tags,./../../../../w32/inc/tags,./../../../../../w32/inc/tags,./../../../../../../w32/inc/tags,./../../../../../../../w32/inc/tags,/usr/src/redhat/BUILD/tags,/usr/src/redhat/BUILD/TAGS,/usr/include/tags,/usr/include/TAGS
 
-noremap \ep :set invpaste paste?<cr>
-noremap \el :set invlist paste?<cr>
-noremap \eq @q
-noremap \e: @:
-noremap \eN :next<cr>
-noremap \eP :prev<cr>
-noremap \ 4 G:r !date '+\%H:\%M:\%S-'\rkA
-noremap \ed :set hlsearch<cr>/^[+-]\([^+-].*\\|\)$<cr>
-noremap \eD :set hlsearch<cr>/^[+-][+-]\([^+-].*\\|\)$<cr>
-noremap \ew 0i \e/[^ ]\rvf.h"kyf./[^ ]\rvf.h"ly0x:r !date -d "`date '+\%Y'`-\12l-\12k" '+\%u'\ryypkV:!tr '1234567' 'PUSCPSN'\rjV:!tr '1234567' 'otttaoe'\rkJxv0xk0llllllplxxjddk0
+noremap <Esc>p :set invpaste paste?<cr>
+noremap <Esc>l :set invlist paste?<cr>
+noremap <Esc>q @q
+noremap <Esc>: @:
+noremap <Esc>N :next<cr>
+noremap <Esc>P :prev<cr>
+noremap <C-d> G:r !date '+\%H:\%M:\%S-'<cr>kA
+noremap <Esc>d :set hlsearch<cr>/^[+-]\([^+-].*\\|\)$<cr>
+noremap <Esc>D :set hlsearch<cr>/^[+-][+-]\([^+-].*\\|\)$<cr>
+noremap <Esc>w 0i <Esc>/[^ ]<cr>vf.h"kyf./[^ ]<cr>vf.h"ly0x:r !date -d "`date '+\%Y'`-<C-r>l-<C-r>k" '+\%u'<cr>yypkV:!tr '1234567' 'PUSCPSN'<cr>jV:!tr '1234567' 'otttaoe'<cr>kJxv0xk0llllllplxxjddk0
 noremap * :let ic_save=&ic<cr>:set noic<cr>*:let &ic=ic_save<cr>
 noremap # :let ic_save=&ic<cr>:set noic<cr>#:let &ic=ic_save<cr>
-noremap \1d \1dzz
+noremap <C-]> <C-]>zz
 
 endif "!exists("g:_kratochvil_vimrc")