schasse / tmux-jump

Vimium/Easymotion like navigation for tmux.
GNU General Public License v3.0
362 stars 16 forks source link

How do I cancel a completion? #10

Closed alienbogart closed 4 years ago

alienbogart commented 4 years ago

It is not clear if there's a way to leave the char mode with a single command.

schasse commented 4 years ago

Hey, it's possible to cancel the char mode with chars that are not used for the selection, e.g. q. Does that solve your problem? If you want you can create a PR that adjusts the README.md.

schasse commented 4 years ago

Improved behavior, when hitting CTRL+c. https://github.com/schasse/tmux-easymotion/commit/a399350a986d10ad794b7d50f60f7f88f3bcfcd2 (currently on beta branch)

schasse commented 4 years ago

merged to master