X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/86851eea8c7fe5e294a164e7a3746ad0ca7a0cec..d8e6eccba2efb7be0a056e217018a3d35886808f:/.vimrc diff --git a/.vimrc b/.vimrc index 292cd2f..6035a61 100644 --- a/.vimrc +++ b/.vimrc @@ -40,11 +40,11 @@ set pt= " runtimepath " list of directories used for runtime files and plugins -" set rtp=/home/madduck/.vim,/usr/share/vim/vimfiles,/usr/share/vim/vim71,/usr/share/vim/vimfiles/after,/home/madduck/.vim/after +" set rtp=/home/madduck/.vim,/usr/share/vim/vimfiles,/usr/share/vim/vimcurrent,/usr/share/vim/vimfiles/after,/home/madduck/.vim/after " helpfile " name of the main help file -" set hf=/usr/share/vim/vim71/doc/help.txt +" set hf=/usr/share/vim/vimcurrent/doc/help.txt """ moving around, searching and patterns @@ -850,7 +850,10 @@ set ci " Preserve kind of whitespace when changing indent " (local to buffer) " set nopi pi -set pi +""" set pi this ABORTS < 1:7.1-135+1 (see #446268) +if has('patch073') + set pi +endif " lisp " enable lisp mode @@ -1466,17 +1469,27 @@ map j gj map gj " this isn't windows, screw the F1->help key -"map -"imap -"vmap +map +imap +vmap " ignore Q -- Ex mode map Q +let mapleader = ';' +let maplocalleader = ';' + imap -- – imap --- — imap ... … +" replace fake tab chars with real ones +map ft :%s,⇝·*, ,g:nohlsearch`` +" replace fake spaces with real ones +map ft :%s,·, ,g:nohlsearch`` + +map sy :echo synIDattr(synID(line("."), col("."), 1), "name") + iab sgf Sehr geehrte Frau iab sgh Sehr geehrter Herr iab lf Liebe Frau