🗑️ Cleanup and reorganize

- Remove unused junk and slim down the config
This commit is contained in:
2024-07-10 04:46:54 -04:00
parent 7584f7f430
commit 960abb1abd
5 changed files with 8 additions and 68 deletions
+7 -1
View File
@@ -7,4 +7,10 @@ return {
local term = os.getenv("TERM")
return term and string.find(term, "kitty")
end,
}
keys = {
{ "<c-h>", "<cmd>KittyNavigateLeft<cr>", desc = "KittyNavigateLeft" },
{ "<c-j>", "<cmd>KittyNavigateDown<cr>", desc = "KittyNavigateDown" },
{ "<c-k>", "<cmd>KittyNavigateUp<cr>", desc = "KittyNavigateUp" },
{ "<c-l>", "<cmd>KittyNavigateRight<cr>", desc = "KittyNavigateRight" },
},
}