Skip to content

Commit

Permalink
vimrc: Use menu tab completion, and keep 2 lines of context around th…
Browse files Browse the repository at this point in the history
…e cursor.
  • Loading branch information
eevee committed Dec 20, 2009
1 parent 5688da4 commit 4ea3e4a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .vimrc
Expand Up @@ -49,6 +49,13 @@ set nobomb " do not write utf-8 BOM!
set fileencodings=ucs-bom,utf-8,iso-8859-1
" order to detect Unicodeyness

" tab completion
set wildmenu " show a menu of completions like zsh
set wildmode=full " complete longest common prefix first

" miscellany
set scrolloff=2 " always have 2 lines of context on the screen

""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" slightly more complicated settings

Expand Down

0 comments on commit 4ea3e4a

Please sign in to comment.