neovim updates

Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
gwg313 2025-10-20 16:27:32 -04:00
parent bf9cfb8daf
commit df6ce81c30
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
2 changed files with 2 additions and 26 deletions

View file

@ -32,32 +32,6 @@
desc = "Next Buffer";
}
# Kitty navigator
{
key = "<C-h>";
mode = "n";
silent = true;
action = "<cmd>KittyNavigateLeft<cr>";
}
{
key = "<C-j>";
mode = "n";
silent = true;
action = "<cmd>KittyNavigateDown<cr>";
}
{
key = "<C-k>";
mode = "n";
silent = true;
action = "<cmd>KittyNavigateUp<cr>";
}
{
key = "<C-l>";
mode = "n";
silent = true;
action = "<cmd>KittyNavigateRight<cr>";
}
# Disable Arrow Keys in Normal Mode
# {
# key = "<Up>";