use <C-q> to close focused buffer
This commit is contained in:
@@ -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>")
|
||||||
|
|||||||
Reference in New Issue
Block a user