feat: Some other changes in my config
This commit is contained in:
@@ -13,3 +13,5 @@ vim.api.nvim_create_autocmd("FileType", {
|
||||
|
||||
vim.keymap.set("v", "<", "<gv", { desc = "Keep selection after outdent" })
|
||||
vim.keymap.set("v", ">", ">gv", { desc = "Keep selection after indent" })
|
||||
|
||||
vim.opt.shell = "fish"
|
||||
|
||||
Reference in New Issue
Block a user