Created
August 28, 2015 14:19
-
-
Save nileema/9cad3eb432f3a41adf60 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" display | |
set helpheight=50 " default help height | |
set nolist " show/hide tabs and EOL chars | |
set number " show/hide line numbers (nu/nonu) | |
set scrolloff=5 " scroll offsett, min lines above/below cursor | |
set scrolljump=5 " jump 5 lines when running out of the screen | |
set sidescroll=10 " minumum columns to scroll horizontally | |
set backspace=indent,start,eol " repair wired terminal/vim settings ??? | |
set showcmd " show command status | |
set showmatch " jump to matching bracket char when iserting | |
set showmode " show editing mode in status (-- INSERT --) | |
set ruler " show cursor position |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment