mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-26 02:41:54 +00:00
Revert "Add default keyboard shortcuts to jump words on macOS"
This reverts commit e114c8d6b854e1cfd839ee4a2abf1b450f963f4f.
This commit is contained in:
parent
6690c4f916
commit
440db8f4bd
2 changed files with 0 additions and 5 deletions
|
|
@ -194,8 +194,6 @@ Increase background opacity :sc:`increase_background_opacity`
|
|||
Decrease background opacity :sc:`decrease_background_opacity`
|
||||
Full background opacity :sc:`full_background_opacity`
|
||||
Reset background opacity :sc:`reset_background_opacity`
|
||||
Jump left one word :kbd:`⌥+←` (only on macOS)
|
||||
Jump right one word :kbd:`⌥+→` (only on macOS)
|
||||
================================== =======================
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1091,9 +1091,6 @@ the line (same as pressing the Home key)::
|
|||
map ctrl+alt+a send_text normal Word\\x1b[H
|
||||
map ctrl+alt+a send_text application Word\\x1bOH
|
||||
'''))
|
||||
if is_macos:
|
||||
k('send_text', 'alt+left', 'send_text all \x1b\x62', _('Jump left one word'), add_to_docs=False)
|
||||
k('send_text', 'alt+right', 'send_text all \x1b\x66', _('Jump right one word'), add_to_docs=False)
|
||||
# }}}
|
||||
# }}}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue