Questions tagged [vim-mode-plus]

3 questions
3
votes
0 answers

Does VS Code Vim have an equivalent to Atom's vim-mode-plus toggle-preset-occurrence?

I currently use Atom with the vim-mode-plus extension as my text editor, and I have been recommended to try VS Code (with the vim extension). I am enjoying it so far, but am missing the ability to select all the occurences of the word under the…
2
votes
1 answer

Where is the vim semi colon mode for Atom text editor?

I have vim-mode-plus installed on atom, however I can't execute commands like ":w" or ":wq" etc. I believe the mode is called "ex mode". However I thought "semi colon mode" may translate better for some beginning vimmers (vimmers == vim users).
Parm
  • 538
  • 1
  • 7
  • 19
0
votes
0 answers

Set ; at the end of the line in VIM-MODE-PLUS Atom Editor

How I have to config Vim so with just pressing (in normal mode) ; the ; is set at the end of the line? So console.log('foo') Becomes console.log('foo'); Wherever you have the cursor in the line. I know the combination would be shift + A + ;+Esc
R01010010
  • 5,670
  • 11
  • 47
  • 77