Shared Flashcard Set

Details

VIM Basic Commands
VIM Basic Commands
29
Computer Science
Undergraduate 1
06/13/2018

Additional Computer Science Flashcards

 


 

Cards

Term
Close all files
Definition
:qa
Term
Save without closing
Definition
:w
Term
Save and close a file
Definition
:wq
Term
Close file, abandon changes
Definition
:q!
Term
Exit insert mode
Definition
ESC
Term
Enter visual mode
Definition
v
Term
Yank selection (copy in visual mode)
Definition
y
Term
Previous word
Definition
b
Term
Next word
Definition
w
Term
Start of line
Definition
0 (zero)
Term
End of line
Definition
$
Term
First line
Definition
gg
Term
Last line
Definition
G
Term
Go to line 'n'
Definition
:n
Term
Move cursor to the top of screen
Definition
H
Term
Move cursor to the middle of screen
Definition
M
Term
Move cursor to the end of screen
Definition
L
Term
Append
Definition
a
Term
Insert [mode]
Definition
i
Term
Next line
Definition
o (lowercase)
Term
Previous line
Definition
O (uppercase)
Term
Delete char and insert
Definition
s (lowercase)
Term
Delete line and insert
Definition
S (uppercase)
Term
Delete until end of line and insert
Definition
C (uppercase)
Term
Enter Replace mode
Definition
R (uppercase)
Term
Delete character
Definition
x (lowercase)
Term
Delete line (Cut)
Definition
X (uppercase)
Term
Yank line (Copy)
Definition
yy
Term
Paste (clipboard)
Definition
p (lowercase)
Supporting users have an ad free experience!