jmacdonald / amp

A complete text editor for your terminal.
https://amp.rs
Other
3.73k stars 105 forks source link

ctrl-[arrows] detected as ABCD #131

Open Shadlock0133 opened 5 years ago

Shadlock0133 commented 5 years ago
keymap:
  insert:
    C: "buffer::change_rest_of_line"
    ctrl-right: "cursor::move_to_end_of_current_token"

Pressing ctrl-right will execute first line instead of expected second.