k-takata / minpac

A minimal package manager for Vim 8+ (and Neovim)
836 stars 30 forks source link

Do not map <C-j> and <C-k> in status window #140

Closed habamax closed 2 months ago

habamax commented 3 years ago

Is it possible not to map <C-j> and <C-k>?

Those are very convenient for other global user things (window switching) and it would be really good to not shadow it with with jump to next/prev package.

Or some setting to prevent that mapping?

PS "usually" this kind of things (jump to next/prev section) are mapped to ]] and [[ (fugitive, markdown, asciidoc etc)