Merge "[DOCS] Document MacOS keymap more prominently"
This commit is contained in:
commit
058250d951
12
README.rst
12
README.rst
@ -176,6 +176,18 @@ screen.
|
||||
To select text (e.g., to copy to the clipboard), hold Shift while
|
||||
selecting the text.
|
||||
|
||||
MacOS
|
||||
~~~~~
|
||||
|
||||
The MacOS terminal blocks ctrl+o, which is the default search key combo in
|
||||
Gertty. To fix this, a custom keymap can be used on MacOS which modifies the
|
||||
search key combo. For example::
|
||||
|
||||
keymaps:
|
||||
- name: default # MacOS blocks ctrl+o
|
||||
change-search: 'ctrl s'
|
||||
interactive-search: 'ctrl i'
|
||||
|
||||
Terminal Integration
|
||||
--------------------
|
||||
|
||||
|
@ -107,7 +107,7 @@ keymaps:
|
||||
diff: 'd'
|
||||
- name: custom
|
||||
review: ['r', 'R']
|
||||
- name: osx # OS X blocks ctrl+o
|
||||
- name: osx # MacOS blocks ctrl+o
|
||||
change-search: 'ctrl s'
|
||||
# To specify a sequence of keys, they must be a list of keystrokes
|
||||
# within a list of key series. For example:
|
||||
|
Loading…
x
Reference in New Issue
Block a user