feat(vim): add vim-tmux-navigator

Vim half of the tmux plugin so Ctrl-h/j/k/l moves seamlessly between vim
splits and tmux panes.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Emma Thorpe
2026-06-10 11:08:49 +01:00
committed by lyrathorpe
parent 52e5a0ba5c
commit 8001d89c58
+1
View File
@@ -10,6 +10,7 @@
vim-fugitive vim-fugitive
vim-indent-guides vim-indent-guides
catppuccin-vim catppuccin-vim
vim-tmux-navigator # Ctrl-h/j/k/l moves between vim splits and tmux panes
]; ];
settings = { settings = {
expandtab = false; expandtab = false;