Mishkun / ideavim-sneak

Vim-sneak for IdeaVim!
Other
46 stars 10 forks source link

Unmap for default keymapping isn't persistant #30

Open AgustinOrdonez opened 11 months ago

AgustinOrdonez commented 11 months ago

Hello, I have the following in .ideavimrc

"Remap vim sneak and restore s functionality"
nmap <leader>lb <Plug>(sneak-S)
nmap <leader>lf <Plug>(sneak-s)
:nmap s s
:nmap S S

I've tried with and without :, I can use s normally only until I close the IDE, if I relaunch it again It goes back to using vim-sneak with s or S (My custom mappings still work alongside s-S)

Idea vim version: 2.7.5 IdeaVim-Sneak version:1.2.0