X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=.vimrc;h=95fe92eafd507460b20038185d63920f70d65e32;hp=08001f1b317869db4363338863533f7a9e12eb5d;hb=7c9b10d7f5e3e34a6372699e6bc057c53c0d00e7;hpb=b85843cac0218419d243eca8428a81737e38a232 diff --git a/.vimrc b/.vimrc index 08001f1..95fe92e 100644 --- a/.vimrc +++ b/.vimrc @@ -1,6 +1,10 @@ if !exists("g:_kratochvil_vimrc") let g:_kratochvil_vimrc=1 +autocmd! filetypedetect +"remove 'set tw=78': +autocmd! BufRead *.txt + "autocmd * * echo "test" "startup read existing file: BufReadPre BufReadPost BufEnter VimEnter @@ -31,7 +35,7 @@ function BufEnter() endfunction set encoding=utf-8 -set termencoding=iso-8859-2 +set termencoding=utf-8 " fileencoding is detected from fileencodings, first one for empty files set fileencodings=utf-8,iso-8859-2 @@ -45,18 +49,30 @@ set nowritebackup set exrc set nostartofline set nohlsearch -set fo=tcq +set fo=tcq1 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,./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 p :set invpaste paste? -noremap l :set invlist paste? -noremap q @q -noremap : @: -noremap N :next -noremap P :prev -noremap  G:r !date '+\%H:\%M:\%S-' kA -noremap d :set hlsearch/^[+-]\([^+-].*\\|\)$ -noremap D :set hlsearch/^[+-][+-]\([^+-].*\\|\)$ +" 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 + +noremap p :set invpaste paste? +noremap l :set invlist paste? +noremap q @q +noremap : @: +noremap :nextzz +noremap :prevzz +noremap N :tnzz +noremap P :tpzz +noremap M :cnzz +noremap L :cpzz +noremap g "myiw:grep-rw'm'. +noremap zz +noremap zz +noremap G:r !date '+\%H:\%M:\%S-'kA +noremap d :set hlsearch/^[+-]\([^+-].*\\|\)$ +noremap D :set hlsearch/^[+-][+-]\([^+-].*\\|\)$ +noremap w 0i /[^ ]vf.h"kyf./[^ ]vf.h"ly0x:r !date -d "`date '+\%Y'`-l-k" '+\%u'yypkV:!tr '1234567' 'PUSCPSN'jV:!tr '1234567' 'otttaoe'kJxv0xk0llllllplxxjddk0 +noremap * :let ic_save=&ic:set noic*:let &ic=ic_save +noremap # :let ic_save=&ic:set noic#:let &ic=ic_save endif "!exists("g:_kratochvil_vimrc")