dive
dive copied to clipboard
More keys to control
I would like to propose more keys to control dive
j to down
k to up
h and l to switch view
/ to start Filter files
esc to stop Filter files
for now and those are all inspired by vim keybindings
These were left out when making keybindings configurable, we can put this in the next release. Once it's in, you'd have to override the arrow keybindings in a local dive config (see the readme).
... and q to quit :D
And the VIM page up/down as well:
keybinding:
page-up: pgup,ctrl+u
page-down: pgdn,ctrl+d
Looks like dive does not support bindings without modifiers.
keybinding:
quit: q
could not find configured keybindings for: [keybinding.quit]
Looks like
divedoes NOT support bindings without modifiers. ...
~~FTFY~~
Fixed!
@docwhat fixed. Thanks.
Hello, is there are way to bind up and down like in vim?