git clone git@github.com:christoomey/vim-tmux-navigator.git ~/.vim/pack/plugins/start/vim-tmux-navigator lazy.nvimIf you are using lazy.nvim. Add the following plugin to your configuration.{ "christoomey/vim-tmux-navigator", cmd = { "TmuxNavigateLeft", "TmuxNavigateDown", "TmuxNavigateUp...
tmux, because it lets you switch between Vim splits and tmux panges with the same combos if you add the following snippet to your ~/.tmux.conf file: # See:https://github.com/christoomey/vim-tmux-navigator# Smart pane switching with awareness of Vim splits. is_vim="ps -o state= -...
Using the latest version of nushell 0.16 and the latest version vim-tmux-navigator I can't move between nvim and another pane using default commands. Note: if I change my default shell to bash it works. Additionally, if my default shell is nushell and I then execute bash and launch n...
doc tmux-navigator.txt plugin .gitignore README.md pattern-check Breadcrumbs vim-tmux-navigator / doc/ Directory actions More options Latest commit m42eand christoomey Add initial doc file, update autosave code d25c7eb· Nov 20, 2014 HistoryHistory This branch is 52 commits behind christoomey...