Navigate seamlessly between vim and tmux [Fix #526]
This commit is contained in:
@@ -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`)
|
||||
|
||||
Reference in New Issue
Block a user