kitty new keys and new shell aliases
This commit is contained in:
@@ -13,3 +13,9 @@ vim.opt.timeout = false
|
||||
vim.o.undofile = true
|
||||
|
||||
vim.cmd([[autocmd TermOpen * startinsert]]);
|
||||
|
||||
vim.filetype.add({
|
||||
extension = {
|
||||
["kitty-session"] = 'kitty',
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user