Skip to content

Instantly share code, notes, and snippets.

View waa's full-sized avatar
👋
Thanks for stopping by...

Bill Arlofski waa

👋
Thanks for stopping by...
View GitHub Profile
@sdondley
sdondley / tmux split-window subcommand.md
Last active July 17, 2026 22:24
Super Guide to the split-window tmux Subcommand (and Beyond)

Super Guide to the split-window tmux Subcommand (and Beyond)

Guide overview

tmux, like other great software, is deceptive. On the one hand, it's fairly easy to get set up and start using right away. On the other hand, it's difficult to take advantage of tmux's adanced features without spending some quality alone time with the manual. But the problem with manuals is that they aren't geared toward beginners. They are geared toward helping seasoned developers and computer enthusiasts quickly obtain the

@tuxfight3r
tuxfight3r / vim-shortcuts.md
Last active June 19, 2026 13:58
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)