Add remap to close buffer

This commit is contained in:
2021-11-12 23:01:26 +03:00
parent 236f27ff8b
commit 976f709263

View File

@@ -17,6 +17,7 @@ end
-- Quickly save/quit vim
nmap("<leader>w", ":w<CR>")
nmap("<leader>q", ":q<CR>")
nmap("<leader>e", ":bdelete<CR>")
-- Move line under the cursor up and down
nmap("<C-k>", ":m .-2<CR>==")