X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=.vimrc;h=c9cb6c6f0462d5a7f879cd2a58192e7b426ede9c;hp=fd6a6f824df9253f17cc29ab97c436d102e699a8;hb=a944ea1b26260df7f1830305624d3f59ba7c4e1f;hpb=c5b4eba076b89d86315fb9b5bb9b18d050072c21 diff --git a/.vimrc b/.vimrc index fd6a6f8..c9cb6c6 100644 --- a/.vimrc +++ b/.vimrc @@ -65,7 +65,10 @@ set nohlsearch set noincsearch set nofoldenable set fo=tcq1 +"set textwidth=78 set viminfo='100,\"1000,:100,/40 +let g:netrw_home = $HOME + " FIXME: Learn how to do :tag instead of :tselect with :cstag (used by :tag and CTRL-] if set cst) set nocst 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 @@ -90,5 +93,6 @@ noremap w 0i /[^ ]vf.h"kyf./[^ ]vf.h"ly0x:r !date -d "`date '+ noremap * :let ic_save=&ic:set noic*:let &ic=ic_save noremap # :let ic_save=&ic:set noic#:let &ic=ic_save noremap :w:!aspell --check '%':e +noremap gq] gq/^. \?$ endif "!exists("g:_kratochvil_vimrc")