marker icon indicating copy to clipboard operation
marker copied to clipboard

Add vi like navigation

Open daniel-vera-g opened this issue 6 years ago • 2 comments

After doing <Ctrl> + <Space> you can navigate through the results with the up/down keys.
It would be great to use the j/k keys. fzffor example uses <Ctrl> + P & <Ctrl> + N for navigation. This is very intuitive.

daniel-vera-g avatar Feb 17 '19 11:02 daniel-vera-g

Yes, it would be awesome to configure these key-bindings. So <Ctrl> + j/<Ctrl> + k are also quite popular. It's quite annoying to move the hands so far to the arrow keys. 🙊 Not sure how this is working here. 🤔

weilbith avatar Mar 04 '19 09:03 weilbith

Added support for Ctrl+J/K and submitted pull request to @pindexis.

https://github.com/pindexis/marker/pull/71

bitsadmin avatar Dec 30 '19 19:12 bitsadmin