Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added christoomey/vim-tmux-navigator and key maps <c-h/j/k/l> for nav… #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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