less/vim key shortcuts for nagivation of logs [feature request]
Is your feature request related to a problem? Please describe. not a problem. just a feature request
Describe the solution you'd like
Currently I dont see any way to navigate logs efficiently except up/down keys or ctrl+[d/u] for line by line scrolling. This would be very useful when looking at noisy containers and need to navigate quickly in logs. Would be nice to implement similar navigation keys navigation to less or vim in lazydocker. something like:
-
ctrl-[d/u](down/up) for scrolling half screen -
ctrl-[f/b](forward/back) for scrolling full screen -
Gscrolling to bottom -
ggfor scrolling to top
Describe alternatives you've considered
As long as more efficient scrolling is possible, dont think key mapping is that important. Im sure there are alternative key schemes which people might prefer but something like less is probably common enough for other people to be familiar with
Additional context This would be great for noisy containers
as a workaround I added below to my config to make scrolling feel more like in vim
gui:
scrollHeight: 16
+1 - moving to the bottom of the logs will be much easier with G than hitting j endlessly