+function ipcsrmall: Remove shared memory + semaphores from: ipcs(1)
[nethome.git] / .vimrc
diff --git a/.vimrc b/.vimrc
index 6f20711..c05e1a5 100644 (file)
--- a/.vimrc
+++ b/.vimrc
@@ -1,3 +1,6 @@
+" $Id$
+
+
 if !exists("g:_kratochvil_vimrc")
        let g:_kratochvil_vimrc=1
 
@@ -58,6 +61,7 @@ set exrc
 set nostartofline
 set nohlsearch
 set noincsearch
+set nofoldenable
 set fo=tcq1
 set viminfo='100,\"1000,:100,/40
 " FIXME: Learn how to do :tag instead of :tselect with :cstag (used by :tag and CTRL-] if set cst)
@@ -83,5 +87,6 @@ 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 <C-k> :w<cr>:!aspell --check '%'<cr>:e<cr>
 
 endif "!exists("g:_kratochvil_vimrc")