[vim] adds leader q to quit

This commit is contained in:
Josh Sherman 2016-11-25 21:18:12 -06:00
parent cb6d057346
commit 46b97a1d2d

View file

@ -178,6 +178,7 @@ let g:SuperTabDefaultCompletionType = 'context'
let mapleader = "\<Space>"
nnoremap <Leader>o :CtrlP<CR>
nnoremap <Leader>w :w<CR>
nnoremap <Leader>q :q<CR>
vmap <Leader>y "+y
vmap <Leader>d "+d
nmap <Leader>p "+p