Describe the bug
In the selection menu, pressing Ctrl+j moves selection one line down.
I would expect that Ctrl+k does the opposite, but that's not the case.
:verbose nmap <C-k> returns nil.
System information
- OS: Linux
- Neovim version: v0.9.4
- Is this related to a specific backend?
vim.ui.select() called by mini.sessions
- Dressing config:
dependencies = {
url = 'https://github.com/stevearc/dressing.nvim',
opts = {
input = {
relative = "win",
}
}
}
To Reproduce
Steps to reproduce the behavior:
- Load
dressing.nvim as a dependency using config above.
- Trigger
vim.ui.select()
- Try to move up and down using CTRL+j/k