Merge "[DOCS] Document MacOS keymap more prominently"

This commit is contained in:
Zuul 2018-09-14 18:25:24 +00:00 committed by Gerrit Code Review
commit 058250d951
2 changed files with 13 additions and 1 deletions

View File

@ -176,6 +176,18 @@ screen.
To select text (e.g., to copy to the clipboard), hold Shift while To select text (e.g., to copy to the clipboard), hold Shift while
selecting the text. 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 Terminal Integration
-------------------- --------------------

View File

@ -107,7 +107,7 @@ keymaps:
diff: 'd' diff: 'd'
- name: custom - name: custom
review: ['r', 'R'] review: ['r', 'R']
- name: osx # OS X blocks ctrl+o - name: osx # MacOS blocks ctrl+o
change-search: 'ctrl s' change-search: 'ctrl s'
# To specify a sequence of keys, they must be a list of keystrokes # To specify a sequence of keys, they must be a list of keystrokes
# within a list of key series. For example: # within a list of key series. For example: