Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

<C-k> doesn't work, while <C-j> does. #137

@savchenko

Description

@savchenko

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:

  1. Load dressing.nvim as a dependency using config above.
  2. Trigger vim.ui.select()
  3. Try to move up and down using CTRL+j/k

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingquestionFurther information is requested

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions