Closed chadoh closed 8 years ago
vim-mode-plus implements its own surround commands, so vim-surround isn't necessary! There's a bit of up-front configuration, but it works great. See here for an example keymap setup: https://github.com/t9md/dotfiles/blob/master/atom/keymap.cson#L208
edit: And if it wasn't clear, this means you should uninstall vim-surround :)
Great, thanks!
Great little plugin! Works great with
vim-mode
. Butvim-mode-plus
does so many things better thanvim-mode
, so I want to use it! But I can't because I'm so reliant onvim-surround
, andvim-surround
doesn't currently work withvim-mode-plus
.Note: this issue is the root cause of #35, noted in this comment.