fix(mappings): go to previous buffer on quitting buffer
This commit is contained in:
@@ -48,7 +48,7 @@ vim.keymap.set({ "n", "i" }, "<C-c>", function()
|
|||||||
return close_pum()
|
return close_pum()
|
||||||
end, { expr = true })
|
end, { expr = true })
|
||||||
|
|
||||||
vim.keymap.set("n", "<C-w>q", ":bp | bd#<CR>")
|
vim.keymap.set("n", "<C-w>q", ":bn | bd#<CR>")
|
||||||
|
|
||||||
-- Allow (de)indenting without deselecting
|
-- Allow (de)indenting without deselecting
|
||||||
vim.keymap.set({ "x" }, "<", "<gv")
|
vim.keymap.set({ "x" }, "<", "<gv")
|
||||||
|
|||||||
Reference in New Issue
Block a user