dive icon indicating copy to clipboard operation
dive copied to clipboard

More keys to control

Open ryuheechul opened this issue 6 years ago • 7 comments
trafficstars

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

ryuheechul avatar Dec 07 '18 05:12 ryuheechul

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).

wagoodman avatar Dec 14 '18 11:12 wagoodman

... and q to quit :D

rafi avatar Dec 24 '18 13:12 rafi

And the VIM page up/down as well:

keybinding:
  page-up: pgup,ctrl+u
  page-down: pgdn,ctrl+d

docwhat avatar Aug 19 '19 18:08 docwhat

Looks like dive does not support bindings without modifiers.

keybinding:
        quit: q
could not find configured keybindings for: [keybinding.quit]

abitrolly avatar Dec 25 '19 14:12 abitrolly

Looks like dive does NOT support bindings without modifiers. ...

~~FTFY~~

Fixed!

docwhat avatar Dec 25 '19 15:12 docwhat

@docwhat fixed. Thanks.

abitrolly avatar Dec 25 '19 17:12 abitrolly

Hello, is there are way to bind up and down like in vim?

izeal avatar Dec 17 '23 13:12 izeal