Skip to content
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

some key mapping will disable after installing this plugin #91

Open
eyebrowkang opened this issue Feb 14, 2022 · 1 comment
Open

some key mapping will disable after installing this plugin #91

eyebrowkang opened this issue Feb 14, 2022 · 1 comment

Comments

@eyebrowkang
Copy link

eyebrowkang commented Feb 14, 2022

Hello, I am using neovim, but some key mapping will be disabled after I use some plugins, such as vim-surround and coc-explorer

after execute yskw', the u will restore to undo key, but i set it moving cursor up, and it will be ok if you
comment this plugin, and vim has this problem too

here is an example init.vim or vimrc:

" Undo operations
noremap l u
" Insert Key
" type yskw' to wrap the word with '' or type cs'` to change 'word' to `word` S for visual mode
noremap k i
"     ^
"     u
" < n   i >
"     e
"     v
noremap u k
noremap n h
noremap e j
noremap i l
call plug#begin()
Plug 'tpope/vim-surround'
Plug 'tpope/vim-repeat'
call plug#end()
@eyebrowkang eyebrowkang changed the title some key mapping will disable after installing this plugin [neovim] some key mapping will disable after installing this plugin Feb 14, 2022
@eyebrowkang eyebrowkang changed the title [neovim] some key mapping will disable after installing this plugin some key mapping will disable after installing this plugin Feb 14, 2022
@huwqchn
Copy link

huwqchn commented Feb 3, 2023

some issue

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

No branches or pull requests

2 participants