Skip to content

Commit

Permalink
Merge pull request nwinkler#21 from thiagola92/master
Browse files Browse the repository at this point in the history
Split screen/window/tab
  • Loading branch information
nwinkler authored Jul 18, 2017
2 parents 3945567 + 4750b9f commit 7c20bee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ Some general keyboard shortcuts that I use frequently.
| Save All | `alt-cmd-s` | | | Saves all changed files |
| Close Tab | `cmd-w` | `ctrl-w` | `ctrl-w` | Closes the currently active tab|
| Close Window | `shift-cmd-w` | `ctrl-shift-w` | `ctrl-shift-w` | Closes the currently active editor window |
| Split Window | `cmd-k up/down/left/right` | `ctrl-k up/down/left/right` | `ctrl-k up/down/left/right` | Split the currently active tab in one of the four directions |
| Focus Pane | `cmd-k cmd-up/down/left/right` | `ctrl-k ctrl-up/down/left/right` | `ctrl-k ctrl-up/down/left/right` | Move the focus to the pane in one of the four directions |

## Editing

Expand Down

0 comments on commit 7c20bee

Please sign in to comment.