tofi icon indicating copy to clipboard operation
tofi copied to clipboard

Add Ctrl+h and Ctrl+m keybindings

Open un-def opened this issue 2 years ago • 0 comments

As an ex-dmenu/rofi user, I really miss these two terminal/shell-style keybindings:

  • Ctrl+h → Delete the preceding character (0x08, BACKSPACE)
  • Ctrl+m → Confirm (0x0D, CARRIAGE RETURN)

There is another commonly used keybinding for Confirm — Ctrl+j (0x0A, LINE FEED) — but it is already mapped to Move Forward (anyway, I personally never use Ctrl-j).

un-def avatar Nov 11 '23 11:11 un-def