+IdentityFile ~/.ssh/id_dsa-sourceware
[nethome.git] / .vimrc
diff --git a/.vimrc b/.vimrc
index fd6a6f8..7cbb6c9 100644 (file)
--- a/.vimrc
+++ b/.vimrc
@@ -65,6 +65,7 @@ set nohlsearch
 set noincsearch
 set nofoldenable
 set fo=tcq1
+set textwidth=78
 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)
 set nocst
@@ -90,5 +91,6 @@ noremap <Esc>w 0i <Esc>/[^ ]<cr>vf.h"kyf./[^ ]<cr>vf.h"ly0x:r !date -d "`date '+
 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>
+noremap gq] gq/^. \?$<cr>
 
 endif "!exists("g:_kratochvil_vimrc")