Added <Leader>q mapped to :wq

This commit is contained in:
Josh Sherman 2012-02-22 00:01:46 -05:00
parent b63c2f95b1
commit 2ecb2830eb

1
vimrc
View file

@ -42,6 +42,7 @@ set textwidth=0
nnoremap <Leader>n :NERDTree<CR>
nnoremap <Leader>w :w!<CR>
nnoremap <Leader>q :wq<CR>
nnoremap <Leader>8 :set colorcolumn=80<CR>
nnoremap <Leader>9 :set colorcolumn=+1<CR>
nnoremap <Leader>f :set list<CR>