helix-vim icon indicating copy to clipboard operation
helix-vim copied to clipboard

Redo and Ctrl+c

Open kruseio opened this issue 2 years ago • 0 comments

Would there be interest in adding redo and Ctrl+c?

  • Ctrl+r: redo
  • Ctrl+c: same as esc
[keys.normal]
...
C-r = "redo"
C-c = ["collapse_selection", "keep_primary_selection"]
...

[keys.insert]
...
C-c = ["collapse_selection", "keep_primary_selection"]
...

[keys.select]
...
C-c = ["collapse_selection", "keep_primary_selection"]
...

kruseio avatar Jun 27 '23 21:06 kruseio