Skip to content
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

Closed
5 of 10 tasks
smallid opened this issue Nov 10, 2019 · 3 comments
Closed
5 of 10 tasks

Add key binding options for {ctrl,alt}-{backspace,del,left,right} #1747

smallid opened this issue Nov 10, 2019 · 3 comments

Comments

@smallid
Copy link

smallid commented Nov 10, 2019

  • I have read through the manual page (man fzf)
  • I have the latest version of fzf
  • I have searched through the existing issues

Info

  • OS
    • Linux
    • Mac OS X
    • Windows
    • Etc.
  • Shell
    • bash
    • zsh
    • fish

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)

@junegunn
Copy link
Owner

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.

@junegunn junegunn closed this as completed Mar 8, 2020
@haosdent
Copy link

alt-del should be a standard operation when I try it in different emulators. @junegunn

@haosdent
Copy link

@junegunn raise a PR at #2771 , but I am not sure if my change is correct.

anhpt379 added a commit to anhpt379/dotfiles that referenced this issue Jul 6, 2022
fzf doesn't support `option+delete`:

  junegunn/fzf#1747

but we can map it to `alt-d` to make `option+delete` works.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants