Skip to content

Conversation

@hophacker
Copy link

@hophacker hophacker commented Jul 5, 2017

  • added Plugin christoomey/vim-tmux-navigator
This plugin is a repackaging of Mislav Marohnić's tmux-navigator configuration described 
in this gist.  When combined with a set of tmux key bindings, the plugin will allow you to 
navigate seamlessly between vim and tmux splits using a consistent set of hotkeys.
  • added keymaps for navigation both inside panes of vim, and outside panes in tmux:
nnoremap <silent> <c-h> :TmuxNavigateLeft<cr>
nnoremap <silent> <c-j> :TmuxNavigateDown<cr>
nnoremap <silent> <c-k> :TmuxNavigateUp<cr>
nnoremap <silent> <c-l> :TmuxNavigateRight<cr>

…igation between tmux panesto support the best integration with tmux
@hophacker
Copy link
Author

Any comment?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant