Navigate seamlessly between vim and tmux [Fix #526]

This commit is contained in:
Yan Pritzker
2014-10-24 15:01:18 -05:00
parent f6bdf5708e
commit ce5b38ebb0
4 changed files with 12 additions and 1 deletions

View File

@@ -208,7 +208,7 @@ of plugins above to learn more.
#### Tabs, Windows, Splits
* Use `Cmd-1` thru `Cmd-9` to switch to a specific tab number (like iTerm and Chrome) - and tabs have been set up to show numbers (`Alt` in Linux)
* `Ctrl-h,l,j,k` - to move left, right, down, up between splits
* `Ctrl-h,l,j,k` - to move left, right, down, up between splits. This also works between vim and tmux splits thanks to `vim-tmux-navigator`.
* `Q` - Intelligent Window Killer. Close window `wincmd c` if there are multiple windows to same buffer, or kill the buffer `bwipeout` if this is the last window into it.
* `vv` - vertical split (`Ctrl-w,v`)
* `ss` - horizontal split (`Ctrl-w,s`)