Skip to content

Instantly share code, notes, and snippets.

@tuxfight3r
tuxfight3r / vim-shortcuts.md
Last active April 22, 2025 06:25
VIM SHORTCUTS

VIM KEYBOARD SHORTCUTS

MOVEMENT

h        -   Move left
j        -   Move down
k        -   Move up
l        -   Move right
$        -   Move to end of line
0        -   Move to beginning of line (including whitespace)
@tuxfight3r
tuxfight3r / 01.bash_shortcuts_v2.md
Last active April 24, 2025 13:30
Bash keyboard shortcuts

Bash Shortcuts

visual cheetsheet

Moving

command description
ctrl + a Goto BEGINNING of command line