5 ms·
> 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 wh
by anonova 5y 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 https://github.com/liuchengxu/vim-which-key
[2]: https://github.com/folke/which-key.nvim https://github.com/folke/which-key.nvim
- canaus 5y agoFor 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.