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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user