Skip to content

Instantly share code, notes, and snippets.

Cheetsheet for Luan's Tmux config

Disclaimer: this is gds' mental model of how tmux with Luan's config works. While they try to use terminology consistent with the rest of the world, they could easily be wrong. Corrections welcome.

Commands that work "normally"

Most of the time in tmux, you're in normal mode. When you type things, they go

#!/usr/bin/env bash
set -euo pipefail
CURL="${CURL_COMMAND:-curl -sS}"
main() {
local bar_url
check_our_dependencies