atom-vim-mode-plus icon indicating copy to clipboard operation
atom-vim-mode-plus copied to clipboard

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

Open wisdomlight opened this issue 3 years ago • 3 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

wisdomlight avatar Apr 05 '21 13:04 wisdomlight

  • 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 avatar Apr 06 '21 00:04 t9md

@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

wisdomlight avatar Apr 08 '21 08:04 wisdomlight

@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

keevan avatar Nov 11 '21 09:11 keevan