Added <Leader>q mapped to :wq
This commit is contained in:
parent
b63c2f95b1
commit
2ecb2830eb
1 changed files with 1 additions and 0 deletions
1
vimrc
1
vimrc
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue