Fix tmux being broken by default on Linux (#25476)
Tmux uses `ctrl-b` as default prefix. Prior to this tmux was basically useless in the default zed configuration. (ctrl-b would toggle the left dock).
This commit is contained in:
parent
ff6844300e
commit
64756fa96f
1 changed files with 1 additions and 0 deletions
|
@ -813,6 +813,7 @@
|
|||
"pagedown": ["terminal::SendKeystroke", "pagedown"],
|
||||
"escape": ["terminal::SendKeystroke", "escape"],
|
||||
"enter": ["terminal::SendKeystroke", "enter"],
|
||||
"ctrl-b": ["terminal::SendKeystroke", "ctrl-b"],
|
||||
"ctrl-c": ["terminal::SendKeystroke", "ctrl-c"],
|
||||
"shift-pageup": "terminal::ScrollPageUp",
|
||||
"shift-pagedown": "terminal::ScrollPageDown",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue