Skip to content

Instantly share code, notes, and snippets.

@xkuokuo
xkuokuo / tmux.conf
Last active November 15, 2018 05:53
Sample tmux.conf
###########################################
# Basic Controls
###########################################
# Use hjkl to swith panes
bind-key -r -T prefix k select-pane -U
bind-key -r -T prefix j select-pane -D
bind-key -r -T prefix h select-pane -L
bind-key -r -T prefix l select-pane -R