Skip to content

fix: use correct prev/next keymap for k and j #23

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

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

sQVe
Copy link
Contributor

@sQVe sQVe commented Oct 8, 2024

This PR fixes the incorrect default keymap for select_next and select_prev.

@Saghen Saghen merged commit 43e7532 into Saghen:main Oct 8, 2024
@Saghen
Copy link
Owner

Saghen commented Oct 8, 2024

Thanks!

@alienman5k
Copy link

Should the default be C-n and C-p?

@sQVe sQVe deleted the fix/use-correct-prev-next-keymap branch October 8, 2024 13:53
kuator added a commit to kuator/blink.cmp that referenced this pull request Oct 9, 2024
Saghen#23 (comment)
nvim-cmp uses `ctrl-n` and `ctrl-p` by default for choosing items in a completion windows. So does vanilla Neovim and Emacs and pretty much every terminal application I know of. `ctrl-j` and `ctrl-k` are unidiomatic.
Saghen pushed a commit that referenced this pull request Oct 9, 2024
* fix: use correct prev/next keymap

#23 (comment)
nvim-cmp uses `ctrl-n` and `ctrl-p` by default for choosing items in a completion windows. So does vanilla Neovim and Emacs and pretty much every terminal application I know of. `ctrl-j` and `ctrl-k` are unidiomatic.

* Update README.md
lopi-py pushed a commit to lopi-py/blink.cmp that referenced this pull request Oct 10, 2024
lopi-py pushed a commit to lopi-py/blink.cmp that referenced this pull request Oct 10, 2024
* fix: use correct prev/next keymap

Saghen#23 (comment)
nvim-cmp uses `ctrl-n` and `ctrl-p` by default for choosing items in a completion windows. So does vanilla Neovim and Emacs and pretty much every terminal application I know of. `ctrl-j` and `ctrl-k` are unidiomatic.

* Update README.md
lopi-py pushed a commit to lopi-py/blink.cmp that referenced this pull request Oct 10, 2024
lopi-py pushed a commit to lopi-py/blink.cmp that referenced this pull request Oct 10, 2024
* fix: use correct prev/next keymap

Saghen#23 (comment)
nvim-cmp uses `ctrl-n` and `ctrl-p` by default for choosing items in a completion windows. So does vanilla Neovim and Emacs and pretty much every terminal application I know of. `ctrl-j` and `ctrl-k` are unidiomatic.

* Update README.md
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.

3 participants