Select a color scheme for your Dotfyle experience

swaits / zellij-nav.nvim

zellij-nav.nvim

Seamless navigation between Neovim windows and Zellij panes.
37 2 0 4 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
waldirborbajr/lazyvim_config
/
0 init.lua 39 1656
elythh/nvim
/
0 init.lua 24 1549