.tmux.conf 357 Bytes
Newer Older
1
2
unbind C-b
set -g prefix M-Space
Jay Ta'ala's avatar
Jay Ta'ala committed
3

4
# Use Alt-hjkl without prefix key to switch panes
5
6
7
8
bind h select-pane -L
bind l select-pane -R
bind k select-pane -U
bind j select-pane -D
Jay Ta'ala's avatar
Jay Ta'ala committed
9
10
11

# THEME
set -g default-terminal "screen-256color"
12

Jay Ta'ala's avatar
Jay Ta'ala committed
13
14
15
# set inactive/active pane styles
set -g window-style 'fg=colour247,bg=colour236'
set -g window-active-style 'fg=colour250,bg=black'