[REQUEST] support for vimkeys
Is your feature request related to a problem? Please describe. nope
Describe the solution you'd like Support for using vim keys to navigate in the UI (hjkl) like arrow keys
Describe alternatives you've considered I feel it wouldnt be too difficult to implement this
The "h" key conflicts with the help shortcut. Could possibly add a toggle for vim keybindings if there is interest.
k also conflicts with kill
Maybe we could have a vim normal mode, kind of like how the bash vim mode works. Always in insert mode by default and goes to normal mode where vimkeys can work by pressing escape
What do you think?
what about using lower case for vim keybindings and upper case for bashtop's when vim mode is enabled ?
Btw btop has this feature :)
https://github.com/aristocratos/btop/blob/c3eb02f27f69f2cd03d5ec9ddc8ce7dc8eda3de8/src/btop_config.cpp#L57