You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
241 B
Markdown

# Basics
# Movement
# Search
# Replace/Change
c Change
cw
:%s/x/y Replace x for y on each line
# Buffers Splits Multitasking
:r
:e filename
:bn
:bp
:bd
:split
:vs
Ctrl + ww
Ctrl + wr Switch the splits around
# Visual Selection