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 C-j and C-k to keybinds for picker #876

Merged
merged 2 commits into from
Oct 19, 2021

Conversation

VuiMuich
Copy link
Contributor

As discussed in matrix chat, add hard coded keybinds C-j for down and C-k for up in picker.

Closes #615.

@VuiMuich
Copy link
Contributor Author

Would I need to add anything to the docs manually?

@archseer
Copy link
Member

Yeah, at the end of keymap.md, you want to add them here:

helix/book/src/keymap.md

Lines 247 to 248 in cdfa0df

| `Up`, `Ctrl-p` | Previous entry |
| `Down`, `Ctrl-n` | Next entry |

@archseer archseer merged commit 6782997 into helix-editor:master Oct 19, 2021
@VuiMuich
Copy link
Contributor Author

Thanks for merging!

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

Successfully merging this pull request may close these issues.

Remap keys in picker mode
2 participants