File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -102,19 +102,24 @@ a helper script is provided to make this easier: `./bin/download-theme NAME URL`
102102to get the most out of babi's built in keyboard shortcuts, a few settings must
103103be 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
You can’t perform that action at this time.
0 commit comments