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

Default Installation overrides 's' #35

Closed
ThePrimeagen opened this issue Sep 27, 2016 · 1 comment
Closed

Default Installation overrides 's' #35

ThePrimeagen opened this issue Sep 27, 2016 · 1 comment

Comments

@ThePrimeagen
Copy link

ThePrimeagen commented Sep 27, 2016

Hey. First, love the dotvim.

I looked through .vim/vimrc for what is overriding s. When I press s in command mode i get '>' appearing for fast search, but I want delete + go into insert mode (standard use).

I see that, when i execute :nmap that <Plug>Sneak_s has commandeered s from me but I cannot seem to disable that plugin. I have tried the following

let g:dotvim_settings.disabled_plugins=['Sneak_s']
let g:dotvim_settings.plugin_groups_exclude = ['Sneak_s']
let g:dotvim_settings.disabled_plugins=['sneak']
let g:dotvim_settings.plugin_groups_exclude = ['sneak']

My question is there a way to restore default s behavior or what plugin should I disable and how to restore s behavior? Thanks

@ThePrimeagen
Copy link
Author

hmm I am a fool. I grepped for "nmap s" and found it in plugin vim-sneak. but I also discovered that nmap s s will fix this problem. Removing vim-sneak's behavior.

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

1 participant