gepoch / vim-surround

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

Does not working with vim-mode-plus #39

Closed notiv-nt closed 8 years ago

notiv-nt commented 8 years ago

Atom 1.10.0 vim-mode-plus 0.56.0

Does not working at all =(

gepoch commented 8 years ago

vim-mode-plus has builtin vim-surround features! You shouldn't need to use vim-surround with vim-mode-plus!

See https://github.com/t9md/atom-vim-mode-plus/wiki/Commands (search for "surround")

You should just need to set up some key bindings!

notiv-nt commented 8 years ago

I dont sure, but

vim-mode-plus surround: i must press shift+s (as example) and then shift+9 for surround

but at vim-surround i press only shift+9

and it is not very convenient ((

vim-mode-plus

':': 'vim-mode-plus:surround'
vim-surround

'shift-9': 'vim-surround:surround-('
'shift-0': 'vim-surround:surround-)'