Skip to content

Instantly share code, notes, and snippets.

@cutaway
Created October 16, 2014 17:39
Show Gist options
  • Save cutaway/d69c1dcc868eb1896998 to your computer and use it in GitHub Desktop.
Save cutaway/d69c1dcc868eb1896998 to your computer and use it in GitHub Desktop.
Default vimrc file
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