Add remap to close buffer
This commit is contained in:
@@ -17,6 +17,7 @@ end
|
|||||||
-- Quickly save/quit vim
|
-- Quickly save/quit vim
|
||||||
nmap("<leader>w", ":w<CR>")
|
nmap("<leader>w", ":w<CR>")
|
||||||
nmap("<leader>q", ":q<CR>")
|
nmap("<leader>q", ":q<CR>")
|
||||||
|
nmap("<leader>e", ":bdelete<CR>")
|
||||||
|
|
||||||
-- Move line under the cursor up and down
|
-- Move line under the cursor up and down
|
||||||
nmap("<C-k>", ":m .-2<CR>==")
|
nmap("<C-k>", ":m .-2<CR>==")
|
||||||
|
|||||||
Reference in New Issue
Block a user