Skip to content

Unbind Ctrl-k (and Ctrl-j) #3824

Answered by LangLangBart
metaturso asked this question in Q&A
Discussion options

You must be logged in to vote

I think your best option would be to remap the keys in your FZF_DEFAULT_OPTS or FZF_DEFAULT_OPTS_FILE to change how fzf responds to them.

key default action in fzf
⌃ Control + k up
⌃ Control + j down

Here's an example of how to remap keys, all available actions are listed in the fzf man page.

export FZF_DEFAULT_OPTS="--bind=ctrl-j:accept,ctrl-k:kill-line"

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@metaturso
Comment options

Answer selected by metaturso
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