Command history additional alternative to sync_on_enter #806
Labels
Content-Length: 224945 | pFad | http://github.com/nushell/reedline/issues/806
10Fetched URL: http://github.com/nushell/reedline/issues/806
Alternative Proxies:
Let us know about features you really want to see in reedline.
I want sync_on_enter, except that it would always still suggest the last run command in that terminal tab/window first. And only after that would it give the synced commands from other terminal tabs and windows.
References
Seems to be implemented in zsh, as it is only configured in omz.
The way I'm reading that is that zsh only has that one option (read sync_on_enter) but it works a bit differently. As sync_on_enter, after it has synced, will just give the last command from history, not last command in that tab first.
The text was updated successfully, but these errors were encountered: