Skip to content

Instantly share code, notes, and snippets.

View minhttx's full-sized avatar

Mikazuki Augus minhttx

View GitHub Profile
@minhttx
minhttx / .tmux.conf
Created May 15, 2026 14:20
tmux config
set -g default-terminal "xterm-256color"
set -ag terminal-overrides ",xterm-256color:RGB"
set -g allow-passthrough on
set -g mouse on
set -g set-titles on
unbind C-b
set-option -g prefix C-a
bind C-a send-prefix
bind | split-window -h -c "#{pane_current_path}"
bind - split-window -v -c "#{pane_current_path}"