You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To run the command or at least replace the current thing written.
What happened?
Let's say I type cd and then ctrl+r to search, I find a history, till here it's fine, it's not completely accurate history btw, but that's beside the point.
If I select a command from the list and press enter, the whole command is appended to what is written already.
A cd /path/ will turn into cdcd /path/
Edit:
Still, on that first ctrl+r mention, it expect you to type from nothing, where it could use what is typed already to automatically give the results.
1- Replace what is already typed with the history choice coming from ctrl+r.
2- Use the already typed when pressing ctrl+r to search based on that.
3- Add keybindings customization.
What did you expect to happen?
To run the command or at least replace the current thing written.
What happened?
Let's say I type
cd
and thenctrl+r
to search, I find a history, till here it's fine, it's not completely accurate history btw, but that's beside the point.If I select a command from the list and press enter, the whole command is appended to what is written already.
A
cd /path/
will turn intocdcd /path/
Edit:
Still, on that first
ctrl+r
mention, it expect you to type from nothing, where it could use what is typed already to automatically give the results.This makes 2 issues or improvements?!
Atuin doctor output
Code of Conduct
The text was updated successfully, but these errors were encountered: