swaits
/
zellij-nav.nvim
zellij-nav.nvim
Seamless navigation between Neovim windows and Zellij panes.split-and-window
manually-created
zellij-nav.nvim integrates window navigation with the zellij multiplexer. It provides commands and Lua functions for navigating between windows. The plugin aims to be simple and lightweight, similar to vim-tmux-navigator.
Install instructions
Dotfyle does not endorse any plugins. Install at your own risk.
{
"https://git.sr.ht/~swaits/zellij-nav.nvim",
lazy = true,
event = "VeryLazy",
keys = {
{ "<c-h>", "<cmd>ZellijNavigateLeft<cr>", { silent = true, desc = "navigate left" } },
{ "<c-j>", "<cmd>ZellijNavigateDown<cr>", { silent = true, desc = "navigate down" } },
{ "<c-k>", "<cmd>ZellijNavigateUp<cr>", { silent = true, desc = "navigate up" } },
{ "<c-l>", "<cmd>ZellijNavigateRight<cr>", { silent = true, desc = "navigate right" } },
},
opts = {},
}
Developers using zellij-nav.nvim
more configs
towry/nvim
/
13
init.lua
118
23757
samuzora/dotfiles
/nvim
3
init.lua
57
2942
kenchu/.dotfiles
/lazyvim/.config/lazyvim
1
init.lua
65
1848
hougesen/dotfiles
/nvim
0
init.lua
16
380