gepoch / vim-surround

Surround for the Atom editor.
MIT License
52 stars 2 forks source link

Support vim-mode-plus #40

Closed chadoh closed 8 years ago

chadoh commented 8 years ago

Great little plugin! Works great with vim-mode. But vim-mode-plus does so many things better than vim-mode, so I want to use it! But I can't because I'm so reliant on vim-surround, and vim-surround doesn't currently work with vim-mode-plus.

Note: this issue is the root cause of #35, noted in this comment.

gepoch commented 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 :)

chadoh commented 8 years ago

Great, thanks!

kingluddite commented 7 years ago

This helped me figure it out