Tmux Part 4: Vim Integration

This behavior wasn’t on by default on me so I took a peek in vim-tmux-runner.vim

and added let g:VtrUseVtrMaps = 1 to my .vimrc

This let me use those bindings including <leader>fr to focus the runner pane.

Thanks and great work with that plugin!