coc-marketplace | coc.nvim extensions | Code Editor library
kandi X-RAY | coc-marketplace Summary
kandi X-RAY | coc-marketplace Summary
coc.nvim extensions marketplace
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of coc-marketplace
coc-marketplace Key Features
coc-marketplace Examples and Code Snippets
Community Discussions
Trending Discussions on coc-marketplace
QUESTION
I made :wincmd h
shortcut to h
, and mapleader is to me
but When I do h
, I feel quite long delay to execute this action,
so I searched commands about h
by :map h
and
I found that I have serveral commands start with h
like below
ANSWER
Answered 2020-Sep-07 at 15:26The mappings that include h
as a prefix will cause this interference. Vim will wait for a timeout or additional keypress before executing your h
mapping, since it wants to check whether you meant to press one of the longer mappings...
The easiest way to fix this is set alternate mappings for the vim-gitgutter commands. If you set up different mappings for those in your vimrc, vim-gitgutter itself will not create its mappings which are causing the interference.
The vim-gitgutter README suggests using g
as an alternative prefix for these:
To set your own mappings for these, for example if you prefer
g
-based maps:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install coc-marketplace
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page