Created
December 14, 2012 09:23
-
-
Save atree/4283993 to your computer and use it in GitHub Desktop.
Current VIM Settings
This file contains 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 guifont=Andale\ Mono:h11 | |
colorscheme Elflord | |
nmap "+gP | |
imap a | |
vmap "+y | |
set guioptions-=T "remove toolbar | |
set guioptions-=r "remove right-hand scroll bar | |
filetype indent on | |
set expandtab | |
set tabstop=4 | |
set shiftwidth=4 | |
set autoindent | |
set smartindent | |
set transparency=2 | |
noremap <c-tab> :tabnext<cr> | |
noremap t :NERDTreeToggle<cr> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment