Cloudef / bemenu

Dynamic menu library and client program inspired by dmenu
GNU General Public License v3.0
1.16k stars 90 forks source link

feat: C-b to go left #377

Closed MithicSpirit closed 5 months ago

MithicSpirit commented 5 months ago

This brings the keybinds more in line with readline/emacs-style bindings. C-l to go left is preserved for backwards compatibility. Notably, the curses backend already had C-b to go left, but did not have C-l; it has not been changed.

Cloudef commented 5 months ago

Thanks