Remove alt-.
keybinding from terminal on macOS (#30827)
Closes: #30730 It conflicts with the `>` key on the Czech keyboard layout If you want the previous behavior, add `"alt-.": ["terminal::SendText", "\u001b."]` to your keymap under the `Terminal` context. Release Notes: - Improved the default terminal keybind to not conflict on Czech keyboards Co-authored-by: Peter Tripp <peter@zed.dev>
This commit is contained in:
parent
a0ec9cf383
commit
7609402200
1 changed files with 0 additions and 1 deletions
|
@ -1012,7 +1012,6 @@
|
|||
"alt-right": ["terminal::SendText", "\u001bf"],
|
||||
"alt-b": ["terminal::SendText", "\u001bb"],
|
||||
"alt-f": ["terminal::SendText", "\u001bf"],
|
||||
"alt-.": ["terminal::SendText", "\u001b."],
|
||||
"ctrl-delete": ["terminal::SendText", "\u001bd"],
|
||||
// There are conflicting bindings for these keys in the global context.
|
||||
// these bindings override them, remove at your own risk:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue