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
I'd like to add keybinding features like vim-surround to vi normal mode.
As far as I know, I can't get selected text or copied text (not the system copy/cut) in pure nushell script.
It would be even better if commandline edit support more actions such as those already existed in keybindings list --edits.
I'm guessing that we'd support such a functionality. You can see all the commandline commands now with help commandline in nushell. maybe a commandline set-selection and commandline get-selection to follow the current commands?
Hi @fdncred , I'd like to discuss the design choice here. Why we use a ReplState instead of just a Reedline editor in struct EngineState? Seems that the set-selection function (or any other feature that requires reedline editor involved) is impossible to implement in trait Command?
I'd like to add keybinding features like vim-surround to vi normal mode.
As far as I know, I can't get selected text or copied text (not the system copy/cut) in pure nushell script.
It would be even better if
commandline edit
support more actions such as those already existed inkeybindings list --edits
.References
https://github.com/tpope/vim-surround
The text was updated successfully, but these errors were encountered: