Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wisdomlight opened this issue Apr 5, 2021 · 3 comments

Comments

@wisdomlight
Copy link

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
Copy link
Owner

t9md commented Apr 6, 2021

  • 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..

@wisdomlight
Copy link
Author

@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
Copy link

keevan commented Nov 11, 2021

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants