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.54k stars 378 forks source link

Restart / Reload Session #2439

Open wdpronovost opened 1 year ago

wdpronovost commented 1 year ago

Discord username (optional)

No response

Describe the solution you'd like?

When using Anaconda, I have to open a new Tab in order to verify if the 'activate' or 'deactivate' command was successful. It would be helpful to have a way to reload / restart the current session. A key command (like CMD + R) would be great as it is how we reload a browser session.

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

Not so much a problem, just an inconvenience in ensuring I am in the correct environment.

Additional context

iTerm2 called it Restart Session so that where I am getting the terms I am using.

How important is this feature to you?

2

Warp Internal (ignore) - linear-label:770f6576-d6c0-4e4f-a259-fc64b5156087

None

dannyneira commented 1 year ago

Cool idea, thanks for submitting it. afaik the only way to refresh is open a new tab, it'll default to the same cxd as the focused tab.

Please :+1: and subscribe to this request as it helps us gauge interest. We will post any updates here.

sAnti09 commented 1 year ago

This is also important to me as sometimes I would not successfully connect via ssh and it freezes and nothing could be done with the tab. So what I do is close the tab and split the pane again.

It would be nice to just have an option to restart the tab.

jpmadrigal07 commented 8 months ago

I agree with this one. By simply right-clicking in the terminal, we need to be able to see a Refresh Session option. This is helpful for froze screen.

image

iamgbayer commented 8 months ago

+1 for this

lafkpages commented 6 months ago

Would this also work for when you edit your .zshrc, .bashrc, etc and want to apply your changes?

sAnti09 commented 4 months ago

Any update on this?

SwiftWinds commented 2 months ago

yeah that's the thing. If I simply do exec zsh to reload zsh session, Warp prompt goes away and I'm left with my oh my zsh prompt:

image

If a keyboard shortcut to reload the sesh (say, cmd + r) were added, I would be overjoyed! :)

KRRT7 commented 3 weeks ago

+1 on this

GrantMStevens commented 3 weeks ago

This is one of the things I miss most from my iTerm2 setup. I like Warp, but I run into issues that this would solve often enough that it gets pretty annoying.

sAnti09 commented 2 weeks ago

Any updates on this? :)

kenmallar commented 2 weeks ago

+1

ginevz commented 5 days ago

+1 this is a must have feature

leoboyerbx commented 20 hours ago

My current workaround is by having an alias rl="exec zsh" in my .zshrc. Then in the settings > warpify, I add the command "rl" to the list.

When I want to reload, I type rl, and have to press ^+I, that reloads a shell and adds warp prompt.

But yes +1 on having this built-in !