Clarify key binding a bit

I added an *or* to make sure it was clear that `ctrl-|` and `ctrl-w v`
are separate bindings.
This commit is contained in:
Nathan Sobo 2013-03-01 11:07:32 -07:00
parent fef9a67914
commit a650635c97

View File

@ -110,9 +110,9 @@ operate on the whole buffer.
### Split Panes
You can split any editor pane horizontally or vertically by using `ctrl-w v,
ctrl-|`. Once you have a split pane, you can move focus between them with
`ctrl-tab`. To close a pane, close all tabs inside it.
You can split any editor pane horizontally or vertically by using `ctrl-shift-|` or
`ctrl-w v`. Once you have a split pane, you can move focus between them with
`ctrl-tab` or `ctrl-w w`. To close a pane, close all tabs inside it.
### Folding