This is to solve issue #103 but not whole issues but the second part of my summary.
This is almost identical to the pull request I made on ivy(swiper) repository. (https://github.com/abo-abo/swiper/pull/2757)
The pull request on ivy isn't accepted yet but I believe this will safely solve a problem from issue #103.
Details of the pull requests are as below:
Fix that pressing ESC is showing "^[ is not bound" issue.
Fix that pressing C-g is showing "^[ is not bound" issue.
Add support M-o key bind to properly exit the action list.
Make unbound key message more intuitive. (ex. "^A is not bound" -> "C-a is not bound")
This is to solve issue #103 but not whole issues but the second part of my summary. This is almost identical to the pull request I made on
ivy
(swiper) repository. (https://github.com/abo-abo/swiper/pull/2757) The pull request onivy
isn't accepted yet but I believe this will safely solve a problem from issue #103.Details of the pull requests are as below:
ESC
is showing "^[ is not bound" issue.C-g
is showing "^[ is not bound" issue.M-o
key bind to properly exit the action list.Thanks.