Skip to content

Instantly share code, notes, and snippets.

View passion8's full-sized avatar

Paritosh Piplewar passion8

View GitHub Profile
# improve colors
set -g default-terminal 'screen-256color'
# act like vim
setw -g mode-keys vi
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
bind l select-pane -R
bind-key -r C-h select-window -t :-