q in nvim now wq

main
The_miro 2026-04-15 22:08:16 +02:00
parent 92f4148cb1
commit 6eec81c9f7
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ nnoremap <C-k> <C-w>k
:nnoremap e :NERDTreeToggle<CR><C-W>l
:nnoremap s :DBUIToggle<CR>
:nnoremap x <Plug>(DBUI_ExecuteQuery)
:nnoremap q :q<CR>
:nnoremap q :wq<CR>
:inoremap <TAB> <C-N>
:inoremap <S-TAB> <TAB>