The vim-tmux-navigator plugin enables smooth and consistent navigation between splits within Vim (or Neovim) and panes in tmux, using a unified set of hotkeys. This means that instead of treating Vim splits and tmux panes as completely separate navigation domains, you can press the same directional keys (for example Ctrl-h / Ctrl-j / Ctrl-k / Ctrl-l) and move seamlessly between them. The plugin detects when you are at the edge of a Vim split and hands off navigation to tmux, or vice versa,...