Skip to content

How can I turn off the Alt-C key binding? #2893

Answered by junegunn
hjudt asked this question in Q&A
Discussion options

You must be logged in to vote

You can restore the original bash bindings like so

[ -f ~/.fzf.bash ] && source ~/.fzf.bash

if [[ $- =~ i ]]; then
  # Restore original bindings
  # bind '"\C-t": transpose-chars'
  # bind '"\C-r": reverse-search-history'
  bind '"\ec": capitalize-word'
fi

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by junegunn
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants