Skip to content

Commit 95612b4

Browse files
authored
Merge pull request #391 from asottile/macos-updates
improve macos instructions
2 parents 69ba476 + 2e93176 commit 95612b4

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,19 +102,24 @@ a helper script is provided to make this easier: `./bin/download-theme NAME URL`
102102
to get the most out of babi's built in keyboard shortcuts, a few settings must
103103
be changed on macos with Terminal.app:
104104

105-
- in **System Preferences**: **Keyboard** > **Shortcuts** >
106-
**Mission Control**: disable or rebind "Move left a space" and
107-
"Move right a space" (the defaults `⌃ →` and `⌃ ←` conflict)
105+
- in **System Preferences**: **Keyboard** > **Keyboard Shortcuts** >
106+
**Mission Control**: disable or rebind `⌃ →`, `⌃ ←`, `^ ↑`, `^ ↓`
108107
- in **Terminal.app**: **Terminal** > **Preferences** > **Profiles** >
109108
**Keyboard**:
110109
- check **Use Option as Meta key**
111110
- ensure the following keys are enabled:
111+
- `⌃ ↑`: `\033[1;5A`
112+
- `⌃ ↓`: `\033[1;5B`
112113
- `⌃ →`: `\033[1;5C`
113114
- `⌃ ←`: `\033[1;5D`
114115
- `⇧ ↑`: `\033[1;2A`
115116
- `⇧ ↓`: `\033[1;2B`
116117
- `⇧ →`: `\033[1;2C`
117118
- `⇧ ←`: `\033[1;2D`
119+
- `^ ⇧ ↑`: `\033[1;6A`
120+
- `^ ⇧ ↓`: `\033[1;6B`
121+
- `^ ⇧ →`: `\033[1;6C`
122+
- `^ ⇧ ←`: `\033[1;6D`
118123

119124
## demos
120125

0 commit comments

Comments
 (0)