Bohdan's terminal configuration

Revert "nvim: fixed Zellij configuration"

as it turns out, my nvim configuration was not broken by that change.

bpavuk.neocities.org d68c0ca1 b3256a50

verified
Changed files
+2 -2
nvim
.config
nvim
lua
plugins
+2 -2
nvim/.config/nvim/lua/plugins/init.lua
··· 26 26 event = "VeryLazy", 27 27 keys = { 28 28 { "<M-h>", "<cmd>ZellijNavigateLeftTab<cr>", { silent = true, desc = "navigate left or tab" } }, 29 - { "<M-j>", "<cmd>ZellijNavigateDownTab<cr>", { silent = true, desc = "navigate down" } }, 30 - { "<M-k>", "<cmd>ZellijNavigateUpTab<cr>", { silent = true, desc = "navigate up" } }, 29 + { "<M-j>", "<cmd>ZellijNavigateDown<cr>", { silent = true, desc = "navigate down" } }, 30 + { "<M-k>", "<cmd>ZellijNavigateUp<cr>", { silent = true, desc = "navigate up" } }, 31 31 { "<M-l>", "<cmd>ZellijNavigateRightTab<cr>", { silent = true, desc = "navigate right or tab" } }, 32 32 }, 33 33 opts = {},