reedline icon indicating copy to clipboard operation
reedline copied to clipboard

Get selection from an internal command such as "commandline get-selection"

Open blindFS opened this issue 5 months ago • 5 comments

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.

References

https://github.com/tpope/vim-surround

blindFS avatar Sep 17 '24 12:09 blindFS