neovim: map ,qq to delete buffer, map ,qa to quit all

This commit is contained in:
TheK4n 2022-11-19 20:02:56 +03:00
parent ce3d6a6ed4
commit 2ddc04cd36

View File

@ -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>