From 8001d89c58e2ded62eba96ccf69ca48157639d2a Mon Sep 17 00:00:00 2001 From: Emma Thorpe Date: Wed, 10 Jun 2026 11:08:49 +0100 Subject: [PATCH] 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) --- lyrathorpe/home/editor.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/lyrathorpe/home/editor.nix b/lyrathorpe/home/editor.nix index de6216b..188375d 100644 --- a/lyrathorpe/home/editor.nix +++ b/lyrathorpe/home/editor.nix @@ -10,6 +10,7 @@ vim-fugitive vim-indent-guides catppuccin-vim + vim-tmux-navigator # Ctrl-h/j/k/l moves between vim splits and tmux panes ]; settings = { expandtab = false;