Add mac-y shortcuts
This commit is contained in:
parent
e94ce046fd
commit
13409ba3df
1 changed files with 2 additions and 2 deletions
|
|
@ -30,11 +30,11 @@ They are focused around either 1) reduce the distance my fingers have to move or
|
||||||
## tmux
|
## tmux
|
||||||
| Feature | Shortcut |
|
| Feature | Shortcut |
|
||||||
|--------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|--------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| `tmux` Prefix | `Alt-x` |
|
| `tmux` Prefix | `Alt-x` / `Cmd-x` |
|
||||||
| text selection | `Prefix Enter` to enter visual mode, then vim bindings to move, `V` to enter select mode and once happy with selection `Enter` to copy to OS clipboard |
|
| text selection | `Prefix Enter` to enter visual mode, then vim bindings to move, `V` to enter select mode and once happy with selection `Enter` to copy to OS clipboard |
|
||||||
| Vertical split pane | `Prefix \` |
|
| Vertical split pane | `Prefix \` |
|
||||||
| Horizontal pane split | `Prefix -` |
|
| Horizontal pane split | `Prefix -` |
|
||||||
| Pane movement | Hold `Alt` and vim movement bindings (or arrows for normies) to move in all directions |
|
| Pane movement | Hold `Alt`/ `Cmd` and vim movement bindings (or arrows for normies) to move in all directions |
|
||||||
| Pane resize | `Prefix` and vim movement |
|
| Pane resize | `Prefix` and vim movement |
|
||||||
| Maximize current pane | `Prefix z` (z for zoom) |
|
| Maximize current pane | `Prefix z` (z for zoom) |
|
||||||
| Toggle synchronize panes | `Prefix s` (s for synchronize) |
|
| Toggle synchronize panes | `Prefix s` (s for synchronize) |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue