Use vim-tmux-navigator in nvim and tmux
This allows to seamlessly navigate between tmux panes and nvim windows using the ctrl key.
This commit is contained in:
parent
e188726c44
commit
3b57c14e1b
@ -108,6 +108,9 @@
|
||||
historyLimit = 150000;
|
||||
keyMode = "vi";
|
||||
customPaneNavigationAndResize = true;
|
||||
plugins = with pkgs.tmuxPlugins; [
|
||||
vim-tmux-navigator
|
||||
];
|
||||
extraConfig = ''
|
||||
bind-key Space next-window
|
||||
|
||||
|
@ -125,6 +125,7 @@
|
||||
lualine_z = [ "fancy_lsp_servers" ];
|
||||
};
|
||||
render-markdown.enable = true;
|
||||
tmux-navigator.enable = true;
|
||||
treesitter.enable = true;
|
||||
web-devicons.enable = true;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user