t9md / atom-vim-mode-plus

vim-mode improved

Home Page:https://atom.io/packages/vim-mode-plus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

not an issue - but a question about how to learn this Atom-Vim-Mode-Plus

wisdomlight opened this issue · comments

I am new to Atom and to VimModePlus.
I am a little bit familiar with vim. Enough to do little harm.
I am finding it difficult to understand how to use VimModePlus.
Just simple things like replace all occurances of a string from line 10 to line 20
is there a way to learn VimeModePlus??
Thank you

commented
  • Follow this Tutorial to quickly grasp vmp.
  • Read this to understand fundamental differences from pure Vim.
  • Some minor or unknown features here.
  • Read description of each setting on "settings > packages > vim-mode-plus". I tried as explicit as possible for the purpose of each setting.
  • Read CHANGELOG, it also explains explicitly with a tag such as FIX, NEW etc..

@t9md
Thank you for your reply.
I'd appreciate your help -
Is it possible to select a range of lines like in normal vim 10GV12G

@t9md Thank you for your reply. I'd appreciate your help - Is it possible to select a range of lines like in normal vim 10GV12G

Yes you'd do just that, except it'd be using lowercase double g (if I'm understanding your example correctly) to select from (whole) lines 10-12.

So 10ggV12gg