resh icon indicating copy to clipboard operation
resh copied to clipboard

RESH CLI: Some missing common key-bindings

Open volca02 opened this issue 4 years ago • 1 comments

Could you please consider adding these common key bindings to the RESH CLI UI?

<C-g> Typically means Quit
<C-d> Ditto, quit/exit command
<M-backspace> Erase whole word backwards

Also some keystrokes produce escape sequences, such as CTRL with arrow keys.

volca02 avatar Mar 22 '20 15:03 volca02

I have added keybindings for <C-g> and <C-d>. (v2.5.26)

The cli library I'm using seems to be having issues with Meta keybindings. I will need to switch to a different cli library because of this and some other issues.

Thanks for the suggestion.

curusarn avatar Mar 22 '20 20:03 curusarn