You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 5, 2020. It is now read-only.
Managed to find it and add a custom map to <Plug>(minisnip-complete) in order to disable the effect. But it took some time and probably could potentially confuse users.
The text was updated successfully, but these errors were encountered:
I think this is kind of a case where a personal preference of mine snuck in as a keybind.
Changing this to ^Y probably makes more sense? That's the default Vim mapping ("Yes: Accept the currently selected match and stop completion."). Then your <CR> mapping should also work as expected for this, I think?
<CR> isn't the standard Vim mapping to accept the completion, <C-y> is.
This is just a personal preference that snuck in when I wrote the
completion (#6).
Fixes#42 and #43
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This line: https://github.com/joereynolds/vim-minisnip/blob/master/plugin/minisnip.vim#L46 seems to interfere with a map that makes
<enter>
key select completions:Managed to find it and add a custom map to
<Plug>(minisnip-complete)
in order to disable the effect. But it took some time and probably could potentially confuse users.The text was updated successfully, but these errors were encountered: