Tag Archives: vi

Learn VIM in 5 Minutes

I found a great Stack Overflow question on learning VIM here @ http://stackoverflow.com/questions/2573/vim-tutorials VIM 5 Min Tutorial "Here is your 5 minute tutorial. The easiest way to learn vi is to know what the letters stand for:" y(ank) - copy d(elete) - delete c(hange) - change p(aste) - put from buffer after cursor o(pen) - start a new line i(nsert) - insert before current [...]
Posted in Linux Admin | Also tagged | Leave a comment