Skip to content

Instantly share code, notes, and snippets.

View rbudiharso's full-sized avatar
🤔
hmmm.... I wonder what's this button here do...

Rahmat Budiharso rbudiharso

🤔
hmmm.... I wonder what's this button here do...
View GitHub Profile
set -g mouse on
set -sa terminal-overrides ",tmux-256color:RGB"
# map prefix to ctrl+space
unbind C-b
set -g prefix C-Space
bind C-Space send-prefix
# Vim style pane selection
bind h select-pane -L