feat(nvim,tmux): add seamless navigation from tmux to nvim

This commit is contained in:
Oliver
2025-02-28 14:16:22 +01:00
parent 41c28d0661
commit 9ffcfb4a45
3 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
return {
{ 'christoomey/vim-tmux-navigator', event = "VeryLazy" }
}

Submodule tmux/plugins/vim-tmux-navigator added at 791dacfcfc

View File

@@ -64,6 +64,7 @@ set -g @plugin 'alexwforsythe/tmux-which-key'
set -g @plugin 'omerxx/tmux-sessionx'
set -g @plugin 'christoomey/vim-tmux-navigator'
# Initialise tmux plugin manager (needs to be at the bottom of the file)
run '~/.config/tmux/plugins/tpm/tpm'