hpdeifel / hledger-iadd

A terminal UI as drop-in replacement for hledger add.
BSD 3-Clause "New" or "Revised" License
84 stars 8 forks source link

More emacs-style keybindings in edit widget #8

Closed hpdeifel closed 7 years ago

hpdeifel commented 7 years ago

Some bindings that would be nice to have:

t-wissmann commented 7 years ago

Not an emacs-binding, but readline:

hpdeifel commented 7 years ago

Thanks!

C-u: Delete to BOL (instead of: Delete entire input)

True. I already implemented this for brick but forgot to remove the workaround binding in hledger-iadd.

C-d (in the Date-Input-Box): quit

That's already implemented since yesterday 😄. It now does the same as C-c everywhere: Directly quit in date prompt and ask in all others.