elvish
elvish copied to clipboard
Support yanking (Ctrl-Y in readline)
The Yank functionality is missing from the GNU/Readline implementation, see doc here.
I'm happy to help btw.
There are a lot of other keys missing as well: https://github.com/elves/elvish/blob/master/eval/readline-binding.elv
Help would be appreciated.
A kill-ring can be implemented by adding a field to `editorState (https://github.com/elves/elvish/blob/master/edit/editor.go#L53) and implementing the relevant editor builtins.