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;
|
historyLimit = 150000;
|
||||||
keyMode = "vi";
|
keyMode = "vi";
|
||||||
customPaneNavigationAndResize = true;
|
customPaneNavigationAndResize = true;
|
||||||
|
plugins = with pkgs.tmuxPlugins; [
|
||||||
|
vim-tmux-navigator
|
||||||
|
];
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
bind-key Space next-window
|
bind-key Space next-window
|
||||||
|
|
||||||
|
@ -125,6 +125,7 @@
|
|||||||
lualine_z = [ "fancy_lsp_servers" ];
|
lualine_z = [ "fancy_lsp_servers" ];
|
||||||
};
|
};
|
||||||
render-markdown.enable = true;
|
render-markdown.enable = true;
|
||||||
|
tmux-navigator.enable = true;
|
||||||
treesitter.enable = true;
|
treesitter.enable = true;
|
||||||
web-devicons.enable = true;
|
web-devicons.enable = true;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user