X-Git-Url: http://git.iain.cx/?p=profile.git;a=blobdiff_plain;f=.vimrc;h=dd14293cc6181e07afa29cab6ade37f848f0762d;hp=f885cbc19a8fae08ca453a463d451622c4ca217d;hb=7550ab9420526bc382845b14af7eb1534b768ab1;hpb=cac1547b2294e241b457ab1e116efb6d1eeae038 diff --git a/.vimrc b/.vimrc index f885cbc..dd14293 100644 --- a/.vimrc +++ b/.vimrc @@ -59,6 +59,11 @@ se tags=~/.tags,./tags,tags " Don't timeout waiting to interpet, eg, OA as an escape code. se ttimeoutlen=100 +" Use ^B to search backward when completing. +inoremap +" Use ^L to show matching completions but don't select one. +inoremap + """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " Handle options only available in Vim 5 and above. """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" @@ -351,6 +356,9 @@ endif hi! link TabLineSel StatusLine hi! link TabLine StatusLineNC +" Limit the size of the popup menu when completing. +se pumheight=20 + " Ignore whitespace when diffing. se diffopt=filler,iwhite