jest-community / jest-watch-typeahead

Jest watch plugin for filtering test by file name or test name
MIT License
409 stars 16 forks source link

Suggestion: Add vim like shortcuts similar to fzf for navigation #11

Open AnthonyAstige opened 6 years ago

AnthonyAstige commented 6 years ago

Idea: Add support to hit ctrl-j / ctrl-k in addition to arrow keys for selecting files. This would work like fzf.

Could go further but just those would allow quicker navigation without leaving the homerow than moving to the arrow keys.

SimenB commented 6 years ago

I like it :D Wanna send a PR for it?

rogeliog commented 6 years ago

This sounds great!

haphamdev commented 4 years ago

@AnthonyAstige Can i hit Ctrl + to select/unselect the file instead of Tab. My finger is holding left Ctrl while hitting j and k, I don't want to move the finger from Ctrl to Tab and move back to Ctrl.