-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add key binding options for {ctrl,alt}-{backspace,del,left,right} #1747
Comments
I'm not sure if those key chords are supported by the standard terminal. Your terminal emulator may have settings to send certain escape sequences when they are pressed, but it may not work on other terminal emulators if they are not part of the standard. If you think it's possible, please send a pull request to devel branch. |
alt-del should be a standard operation when I try it in different emulators. @junegunn |
fzf doesn't support `option+delete`: junegunn/fzf#1747 but we can map it to `alt-d` to make `option+delete` works.
man fzf
)Info
Problem / Steps to reproduce
Similar to #1234 and #1201, please add support for these key bindings:
ctrl-left
ctrl-right
ctrl-bs
ctrl-del
alt-del
(These bindings would be very useful to me for editing the input. Ctrl-left/right are alternate emacs bindings for moving between words: https://www.gnu.org/software/emacs/manual/html_node/emacs/Moving-Point.html)
The text was updated successfully, but these errors were encountered: