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

ctrl+j, ctrl+k should be move up and down the selection #135

Open
prabirshrestha opened this issue Dec 16, 2024 · 2 comments
Open

ctrl+j, ctrl+k should be move up and down the selection #135

prabirshrestha opened this issue Dec 16, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@prabirshrestha
Copy link

It is common for vim users to use ctrl+j and ctrl+k to move up and down. FZF uses this by default. would be good if this was also set by default.

is it possible to set multiple keybindings for the same movement? if not it would be good to add support to as sometimes based on the circumstances I use up and down arrow with ctrl+j and ctrl+k.

@prabirshrestha prabirshrestha added the enhancement New feature or request label Dec 16, 2024
@AyaanAhmed25
Copy link

ctrl+n and ctrl+p will also be appreciated. fzf does both out of the box.

@diego898
Copy link

For what its worth, I've added the following to my config.toml

[keybindings.Channel]
quit = "ctrl-c"
select_next_entry = "ctrl-n"
select_prev_entry = "ctrl-p" 
toggle_help = "ctrl-h"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants