Hacker News new | ask | show | jobs
by laixer 1896 days ago
Something similar is available in vim via the easymotion plugin: https://github.com/easymotion/vim-easymotion
1 comments

For those like me who had never used easymotion before this is the closest I got to replicate amp behaviour (so far) :map f <Plug>(easymotion-overwin-f2)

It doesn't highlight every word with shortcuts first. It does a search based on two characters max and then highlight the results with characters that you can press to move to the corresponding word.