Open Vim è l'editor d'elezione per chi predilige semplicità (paradossalmente) sui sistemi linux. Come spesso succede però il primo impatto con questo editor non è dei migliori, visto che funziona un po' come la tastiera dell'ormai mitico Sinclair Spectrum, ma senza aiuti sui tasti.
Può quindi essere comodo questo tutorial online interattivo, con tanto di sandbox.
VimGore : an interactive game to learn vim
★ A Vim Guide for Adept Users
★ A Vim Guide for Veteran Users
some obscure but useful Vim commands
The Ultimate Distribution for Vim Editor
vi editor usage
A Vim Guide for Advanced Users
Running Terminal/ shell commands from within Vim
Learn Essential Vim Skills
Synchronizing plugins with git submodules and pathogen
7 Vim Tips That Changed My Life
Mastering Visual Mode in Vim
Learn Vimscript the Hard Way
learn vim by playing
making a vim colorscheme
Use j or k to move to the line
Type fv to move direcly on the start of next "v"
Type dt, to cut the content from there until the comma
f0 to move onto the zero
vp to highlight the zero and paste over it.
F, to move back to the comma
P to paste the zero before that comma (because when pasting over in step 5, it also copied the 0 as I was pasting)
Learning Vim in a Week
Vim As Your Editor (1/6): The Basic Vim Movements
Vi - Vim Tutorial. Howto video for the amazing vim editor.
The vi/vim editor - Lesson 1
Learn how to use Vim!
Vim As Your Editor (1/6): The Basic Vim Movements
Add new comment