#vimtutor — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #vimtutor, aggregated by home.social.
-
@hottradwife #vimtutor terminal app was the one who thought me #vim
https://vimschool.netlify.app/introduction/vimtutor/
most important thing how to leave vim
ESC and then :q for quit without saving, :wq is write quit
"Just remember: if you need to move between words or lines, you need to switch back to Normal Mode by pressing the ESC key.
To save the file, type the ESC key to switch back to Normal Mode then type :w. The most important: to quit vim, type :q while in Normal Mode."Alternatively Press Esc, then type ZZ (capital Z, twice)
That saves changes and quits.
https://docs.oracle.com/cd/E19253-01/806-7612/editorvi-9/index.html
-
@caitp Ahm afaik I think you confuse this with something else. :D This is an opensource version of VS Code. Very similair to VS Code both share the same upstream apis and codes afaik.
I'm not 1000% sure about what you mean tho 🤷 Sublime text editor? xD hahaha The good ol days… aight? xD
Edit I think you mean OpenVSX that's somethin else 💡 ☑️
P.S.: #vim is a good editor after one learned how to use it. #vimtutor Press Esc to enter normal mode in Vim, then type Shift + Z twice (ZZ) 2 🏃♂️💨 vim
-
@kaiiak @valsan :x is the shortcut for :wq. #Vim (vi) is a very powerful editor once you get the hang of it. I recommend learning to use it. There are guides, tutorial and even the #vimtutor command for an interactive walkthrough. Most other editors also support vim keybinds and its modal editing because it is so effective. Personally I use #Spacemacs https://www.spacemacs.org/ the great #Emacs editor ecosystem of plugins with vim keybindings. So to summarize: it is totally worth learning Vim.