From 1580d05aa29273ace06ba9c6ef6a41812c7f553d Mon Sep 17 00:00:00 2001 From: viktorbarzin Date: Sun, 23 Aug 2020 17:47:33 +0100 Subject: [PATCH] Add mac-y shortcuts --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce1ffd3..14e1be3 100644 --- a/README.md +++ b/README.md @@ -30,11 +30,11 @@ They are focused around either 1) reduce the distance my fingers have to move or ## tmux | 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 | | Vertical split pane | `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 | | Maximize current pane | `Prefix z` (z for zoom) | | Toggle synchronize panes | `Prefix s` (s for synchronize) |