1
0
mirror of https://github.com/amix/vimrc synced 2025-02-28 14:12:51 +08:00
This commit is contained in:
vsooda 2015-04-02 11:28:52 +08:00
parent e5557a47c9
commit 70205da410
3 changed files with 8 additions and 0 deletions

View File

@ -1,6 +1,7 @@
nnoremap <F9> :exe 'NERDTreeToggle'<CR>
"set pastetoggle=<F2>
"for outside paste mistake
nnoremap <F2> :set invpaste paste?<CR>
imap <F2> <C-O>:set invpaste paste?<CR>
set pastetoggle=<F2>

View File

@ -40,6 +40,13 @@ else
let g:colors_name="desert"
endif
colorscheme molokai
set background=dark
let g:molokai_original=1
let g:rehash256=1
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => Fast editing and reloading of vimrc configs