t9md / atom-vim-mode-plus

vim-mode improved
https://atom.io/packages/vim-mode-plus
MIT License
1.4k stars 111 forks source link

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

Open wisdomlight opened 3 years ago

wisdomlight commented 3 years ago

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

t9md commented 3 years ago
wisdomlight commented 3 years ago

@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

keevan commented 2 years ago

@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