elvish icon indicating copy to clipboard operation
elvish copied to clipboard

Support yanking (Ctrl-Y in readline)

Open xtuc opened this issue 8 years ago • 1 comments

The Yank functionality is missing from the GNU/Readline implementation, see doc here.

I'm happy to help btw.

xtuc avatar Nov 08 '17 09:11 xtuc

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.

xiaq avatar Nov 08 '17 18:11 xiaq