Add support for opening Terminal window in right pane #26243
prabirshrestha
started this conversation in
Config, Settings and Keymaps
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently zed supports opening terminal in split down and new full screen tab.
It doesn't support opening a new terminal on the right pane.
I want to mimic tmux behavior for
ctrl-a \\
to open in right pane. Is it possible to have something likeworkspace::NewRightTerminal
.This binding also doesn't seem to work.
"ctrl-a \\": "workspace::NewTerminal"
where\
is not recognized to open new terminalBeta Was this translation helpful? Give feedback.
All reactions