Created
October 16, 2014 17:39
-
-
Save cutaway/d69c1dcc868eb1896998 to your computer and use it in GitHub Desktop.
Default vimrc file
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
set ai | |
set expandtab | |
set shiftwidth=4 | |
set tabstop=4 | |
colorscheme elflord | |
syntax enable | |
set showmatch | |
set mat=2 | |
set ignorecase | |
set history=300 | |
:map <F5> :tabp<cr> | |
:map <F6> :tabn<cr> | |
:map <F8> :TlistToggle<cr> | |
:map <F9> :TlistAddFilesRecursive .<cr> | |
:map <F10> :tabnew<cr> | |
:map <F11> :TlistSessionLoad<cr> | |
:map <F12> ':TlistSessionSave<cr> | |
let Tlist_Exit_OnlyWindow = 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment