neovim: map ,qq to delete buffer, map ,qa to quit all
This commit is contained in:
parent
ce3d6a6ed4
commit
2ddc04cd36
@ -307,5 +307,6 @@ endfunction
|
|||||||
|
|
||||||
nnoremap <silent> <Leader>l :call TabDo('call ToggleRelativeAbsoluteNumber()') <CR>
|
nnoremap <silent> <Leader>l :call TabDo('call ToggleRelativeAbsoluteNumber()') <CR>
|
||||||
|
|
||||||
|
nnoremap <silent> <Leader>qq :bd!<CR>
|
||||||
" Quick exiting without save
|
" Quick exiting without save
|
||||||
nnoremap <silent> <Leader>qq :qa!<CR>
|
nnoremap <silent> <Leader>qa :qa!<CR>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user