🗑️ Cleanup and reorganize
- Remove unused junk and slim down the config
This commit is contained in:
@@ -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" },
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user