Hide settings panel. Hopefully more appearance options in the future! For now, this is it. Run these commands with different values and stuff will change.

:set displaylines=200

:writeoutput off

:colorscheme default (default, minimal, winter, hicon)

Hide instruction panel.
Here is the instruction panel.
Hide commands panel. Commands in red are on the way, but probably not implemented yet.
j Move down dd Delete line :w Write file i INSERT /pattern Search
k Move up x Delete char :wq Write and quit a INSERT (after) n Next occurrence
h Move left yy Yank line (copy) :q! Quit without write <ESC> NORMAL N Prev. occurrence
l Move right p Paste line below :o Open . Repeat
u Undo
Hide commands panel. Commands in red are on the way, but probably not implemented yet.
H Top visible line w Next word dw Delete word V VISUAL LINE
L Bottom visible line b Prev. word D Delete to end R REPLACE
} Next p-graph 0 Start of line d} Delete next p-graph I INSERT (at beginning)
{ Prev. p-graph $ End of line d{ Delete previous p-graph A INSERT (at end)
gg Very top gqj Format line dgg Delete to top s Delete char + INSERT
G Very bottom gq} Format p-graph dG Delete to bottom S Erase + INSERT
~ Toggle case gqG Format to end cw dw + INSERT r[char] Replace single
m[x] Mark pos. as x 'x Goto pos. x C D + INSERT :%s/old/new/gc Search and replace

know vim (beta)

Try Vim, right in your browser! Newbies can experiment and learn while veterans smile knowingly and try to use commands that break my code. Enjoy!

  1
 
  2
 
  3
 
  4
 
  5
 
  6
 
  7
                           Here you can learn Vim.
  8
 
  9
 
 10
 
 11
 
 12
 
 13
 
 14
 
 15
 
 16
 
 17
 
 18
 
 19
 
 20
 
1
,
1
Show settings. Show basic commands. Show advanced commands.
Use this panel to copy text. Turn off with :writeoutput off. Hide last write output.

© 2012 Andrew W. Hallagan. Full screen this <F11> and live life accordingly. about faq contact dev_notes