Select a color scheme for your Dotfyle experience

swaits / zellij-nav.nvim

zellij-nav.nvim

Seamless navigation between Neovim windows and Zellij panes.
126 9 0 3 days ago
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 121 23757
samuzora/dotfiles
/nvim
5 init.lua 61 3033
kenchu/.dotfiles
/lazyvim/.config/lazyvim
2 init.lua 65 1849
noirbizarre/config.nvim
/
2 init.lua 65 3794