feat: revert to leader-q buffer closing

main
mandlm 2022-02-24 08:08:36 +01:00
parent a94b69a34f
commit 1ba082c75f
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 1 additions and 1 deletions

View File

@ -46,4 +46,4 @@ end
vim.cmd('autocmd! TermOpen term://* lua set_terminal_keymaps()')
-- buffer closing
nnoremap("<C-w>", ":Bdelete<CR>")
nnoremap("<leader>q", ":Bdelete<CR>")