Open arlimus opened 8 years ago
Grab ANSI-based movement keys:
ctrl + left
results in
\e[1;5D
and
ctrl + right
\e[1;5C
Extend the escape handler to chain these and then add both to the list of pre-defined handlers.
This is an alternative implementation to https://github.com/Mon-Ouie/coolline/pull/22
Grab ANSI-based movement keys:
ctrl + left
results in
and
ctrl + right
results in
Extend the escape handler to chain these and then add both to the list of pre-defined handlers.