goread icon indicating copy to clipboard operation
goread copied to clipboard

Add customizable keybinds

Open TypicalAM opened this issue 2 years ago • 1 comments

Customizable keybinds would allow for rebinding any of the list/viewport/tab keys to for example have custom vim keybinds or using the command key in mac instead of ctrl.

TypicalAM avatar Jul 31 '23 16:07 TypicalAM

If someone would take a stab at this, things to consider are the following:

  • Where can we save the keybinds (additional config file, something like the theme?)
  • Do they, upon loading, override the DefaultKeymap package variables? or we introduce another structure to inject them
  • What format do we save in (the bubbles.key.Binding needs a bit of work to be serialized)

TypicalAM avatar Aug 26 '23 00:08 TypicalAM

Solved by #59

TypicalAM avatar Nov 22 '24 15:11 TypicalAM