kitty new keys and new shell aliases

This commit is contained in:
2026-02-22 05:00:07 +01:00
parent 4629322b51
commit 3b57990b9d
4 changed files with 44 additions and 3 deletions

View File

@@ -13,3 +13,9 @@ vim.opt.timeout = false
vim.o.undofile = true
vim.cmd([[autocmd TermOpen * startinsert]]);
vim.filetype.add({
extension = {
["kitty-session"] = 'kitty',
},
})