Skip to content

Commit

Permalink
Merge pull request #172 from nzod/additional-shortkeys
Browse files Browse the repository at this point in the history
add missing split shortkeys
  • Loading branch information
FichteFoll committed Aug 11, 2015
2 parents ed05604 + 4da520b commit 96ce151
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion source/reference/keyboard_shortcuts_win.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,18 @@ Split window
+-----------------+-----------------------------------------------------------+
| Keypress | Command |
+=================+===========================================================+
| Alt + ⇧ + 1 | Revert view to single column |
+-----------------+-----------------------------------------------------------+
| Alt + ⇧ + 2 | Split view into two columns |
+-----------------+-----------------------------------------------------------+
| Alt + ⇧ + 1 | Revert view to single column |
| Alt + ⇧ + 3 | Split view into three columns |
+-----------------+-----------------------------------------------------------+
| Alt + ⇧ + 4 | Split view into four columns |
+-----------------+-----------------------------------------------------------+
| Alt + ⇧ + 5 | Set view to grid (4 groups) |
+-----------------+-----------------------------------------------------------+
| Alt + ⇧ + 8 | Split view into two rows |
+-----------------+-----------------------------------------------------------+
| Ctrl + [NUM] | Jump to group where num is 1-4 |
+-----------------+-----------------------------------------------------------+
| Ctrl + ⇧ + [NUM]| Move file to specified group where num is 1-4 |
Expand Down

0 comments on commit 96ce151

Please sign in to comment.