Hacker News new | ask | show | jobs
by anonova 1679 days ago
> An user friendly editor should pop some kind of prompt when I pressed the first g/G key and show me what I could press the next,

See vim-which-key [1] and which-key.nvim [2] for something similar to this.

[1]: https://github.com/liuchengxu/vim-which-key

[2]: https://github.com/folke/which-key.nvim

1 comments

For those add-ons, don't you have to provide them with the prompts? You still need to actively _know_ how to do something to have it provide you with information.

You can use something like LunarVim which has everything already setup.