use <C-q> to close focused buffer

This commit is contained in:
2022-03-22 17:32:34 +03:00
parent beb4b7de62
commit 6c9f42df2a

View File

@@ -6,6 +6,7 @@ local imap = utils.imap
-- General keymaps -- General keymaps
nmap("<C-c>", ":nohl<CR>") nmap("<C-c>", ":nohl<CR>")
nmap("<C-q>", "<C-W>q")
-- Disable PageUp and PageDown keys -- Disable PageUp and PageDown keys
nmap("<PageDown>", "<nop>") nmap("<PageDown>", "<nop>")