Comment Re:Hi, I'm Kerrigan and I'm a vim addict.. (Score 1) 702
use ZZ
use ZZ
it was posted from emacs, took a while to press all the keys.
I/A - insert at start
P/p - paste before / after cursor
"*y / "*p - yank & paste to / from the windows clipboard
vat/vit select around/inside a text block like html tags
vi" select inside speech marks
ciB correct inside curly brackets pair
the list goes on, the point is to treat each key as an atom of a command, and learn how they can be combined.
!python % - run current file through python
ggVG= - reindent current buffer
^wv/s - split window
^6 - switch to last touched buffer
"Ada is PL/I trying to be Smalltalk. -- Codoso diBlini