Skip to content

Instantly share code, notes, and snippets.

View jn04137's full-sized avatar
🐢
on a mild grade grind

Jonathan Nguyen jn04137

🐢
on a mild grade grind
View GitHub Profile
@jn04137
jn04137 / .tmux.conf
Created April 4, 2026 03:43
.tmux.conf
set -sg escape-time 0
set -ga terminal-overrides ",xterm-256color:Tc"
# move from pane to pane with vim keybinds
bind -n M-h select-pane -L
bind -n M-j select-pane -D
bind -n M-k select-pane -U
bind -n M-l select-pane -R
set-option -g status-position bottom