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
The documentation says that the option g:sandwich_no_default_key_mappings will disable the mappings defined by vim-sandwich. But even with this option on, vim-sandwich still provides sa, sd and sr mappings.
My minimal nvim config to reproduce:
set runtimepath+=/Users/jdhao/.local/share/nvim/plugged/vim-sandwich
let g:sandwich_no_default_key_mappings = 1
Then open nvim with nvim -u init.vim and use the command :filter sandwich map to show vim-sandwich related mappings. sa, sd and sr mappings are still there.
Is this the intended behavior or a bug?
The text was updated successfully, but these errors were encountered:
The documentation says that the option
g:sandwich_no_default_key_mappings
will disable the mappings defined by vim-sandwich. But even with this option on, vim-sandwich still providessa
,sd
andsr
mappings.My minimal nvim config to reproduce:
Then open nvim with
nvim -u init.vim
and use the command:filter sandwich map
to show vim-sandwich related mappings.sa
,sd
andsr
mappings are still there.Is this the intended behavior or a bug?
The text was updated successfully, but these errors were encountered: