removed kitty leftovers

This commit is contained in:
Aram Markarov
2026-03-17 02:03:00 +01:00
parent 1a99c78426
commit 81a0ecaebe
-22
View File
@@ -60,25 +60,3 @@ map("i", "<C-c>", "<Esc>")
map("n", "<leader>mr", "<cmd>CellularAutomaton make_it_rain<CR>");
map("n", "<leader><leader>", function() vim.cmd("so") end)
-- zachypythonyay stfu
map(
"n",
"<A-Left>",
"<cmd>KittyNavigateLeft<CR>",
{ desc = "Move to left split" }
)
map(
"n",
"<A-Down>",
"<cmd>KittyNavigateDown<CR>",
{ desc = "Move to bottom split" }
)
map("n", "<A-Up>", "<cmd>KittyNavigateUp<CR>", { desc = "Move to top split" })
map(
"n",
"<A-Right>",
"<cmd>KittyNavigateRight<CR>",
{ desc = "Move to right split" }
)