commit
This commit is contained in:
parent
00d9590d8c
commit
9724a9cb96
@ -18,8 +18,8 @@ map("n", "<C-S-right>", "<C-w>l", { desc = "switch window right" })
|
||||
map("n", "<C-S-down>", "<C-w>j", { desc = "switch window down" })
|
||||
map("n", "<C-S-up>", "<C-w>k", { desc = "switch window up" })
|
||||
|
||||
map("n", "<C-_>", "gcc", { desc = "toggle comment", remap = true })
|
||||
map("v", "<C-_>", "gc", { desc = "toggle comment", remap = true })
|
||||
map("n", "<C-/>", "gcc", { desc = "toggle comment", remap = true })
|
||||
map("v", "<C-/>", "gc", { desc = "toggle comment", remap = true })
|
||||
|
||||
map({ "n", "v" }, "<C-q>", "<Cmd>BufferClose<CR>", { desc = "close window" })
|
||||
map({ "n", "v" }, "<C-d>", "<Cmd>qa<CR>", { desc = "close window" })
|
||||
|
Loading…
x
Reference in New Issue
Block a user