[vim] adds leader q to quit
This commit is contained in:
parent
cb6d057346
commit
46b97a1d2d
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue