warpdotdev / Warp

Warp is a modern, Rust-based terminal with AI built in so you and your team can build great software, faster.
https://warp.dev
Other
21.12k stars 362 forks source link

Is it possible to support same remote server in split-screen? #5018

Open y456134029 opened 3 months ago

y456134029 commented 3 months ago

Dupe Check

Describe the solution you'd like?

Currently Warp will automatically go to the current directory if the split screen is a local terminal.

However, if it is a remote server which is quickly opened by Session Management, the same remote server will not be opened automatically when the screen is split.

This feature is too necessary for people who often access remote servers through Session Management, I hope it can be added, thanks.

Is your feature request related to a problem? Please describe.

No response

Additional context

No response

How important is this feature to you?

5 (Can't work without it!)

Warp Internal (ignore) - linear-label:39cc6478-1249-4ee7-950b-c428edfeecd1

None

dannyneira commented 3 months ago

Hi @y456134029 Thanks for submitting. There is related request for remote ssh management. This is something we're working towards and will post updates on this thread. https://github.com/warpdotdev/Warp/discussions/442

In the meantime, you can add the SSH servers to your ~/.ssh/config/ file and they should show up on the completions menu for ssh. Another option is to use Launch Configurations and setup multiple panes all ssh into the same server.