feat(mappings): add mapping for alternate file
This commit is contained in:
@@ -82,6 +82,7 @@ end)
|
||||
vim.keymap.set("n", "<M-q>", function()
|
||||
delete_buffer(true)
|
||||
end)
|
||||
vim.keymap.set("n", "<C-Space>", ":b#<CR>")
|
||||
|
||||
-- Allow (de)indenting without deselecting
|
||||
vim.keymap.set({ "x" }, "<", "<gv")
|
||||
|
||||
Reference in New Issue
Block a user