X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/7572a7598ce9aecb010865dbe13a7b27a58c87a2..4d6edbe6a67bf721d40500519dbeffe882ded730:/.vimrc diff --git a/.vimrc b/.vimrc index e971bef..99a26c5 100644 --- a/.vimrc +++ b/.vimrc @@ -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,29 @@ 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 fs :%s,·, ,g:nohlsearch`` + +map sy :echo synIDattr(synID(line("."), col("."), 1), "name") + +map / :nohlsearch + iab sgf Sehr geehrte Frau iab sgh Sehr geehrter Herr iab lf Liebe Frau