Welcome

Basic Vim


ACM Student Chapter
Radford University


November 9, 2011


Presentation Plan



Benefits of Vim



History



Important for Newcomers



Vimtutor



Vimtutor Command Listing

    1. hjkl, :q!, x, i, esc, A, wq 
        [modes, status line, case sensitive, muscle memory]

    2. dw, d$, d motion, count motion, d number motion, dd, u, U, ^r

    3. p, r, ce, cw, c$, c count motion, esc

    4. ^G, G, gg, number G, /, ?, n, N, ^o, ^i, %, 

    4.4 :s/old/new/, :s/o/n/g, :#,#s/o/n/g, :%s/o/n/g, :%s/o/n/gc

    5. :!, :!ls, :w fname, v move :w fname, :r fname, :r !ls

    6. o, O, esc, a, R, v move y, yw

    6.5 :set ic, hlsearch, incsearch, hls, is, noic, /foo\c

    7. , :help, ^W^W, :q, vimrc, :anything^D, 


Vim Essentials



Installation



Online References and Other Stuff



Books



Advice