Open rationalthinker1 opened 3 years ago
When closing vim, you're back to broot with its same state, search included.
Regarding a real history, with previous commands, there's nothing today.
I'll think about it, trying to imagine what this features could look like.
That feature would be a great enhancement for me, too.
I join to this request.
Missing quick recall of previous command that can be binded to the key.
Also, preserving the history of last :
commands can be nice (like in Bash/VIM with up/down browsing, and probably search Ctrl+r). Maybe it can be nicely to trigger it with ;
, that starts command mode and paste last used command.
Is your feature request related to a problem? Please describe. Is there a way in broot that I can visit my previous commands. Like in vim Say I searched for a file and pressed enter, and it opens with in vim. I edited the file and I closed it. After closing, I want to revisit that file again. Can I revisit that file without searching every time?
Describe the solution you'd like Basically, similar to vim, I press
:
, then I use up and down arrows to navigate my previous commands.