my-configs/tmux.conf

21 lines
377 B
Bash

set -s escape-time 0
# set -g pane-active-border-style fg=#839496
# light colorscheme
# set -g pane-border-style fg=#fdf6e3
# dark colorscheme
# set -g pane-border-style fg=#002b36
set-option -g focus-events on
# remap prefix
unbind C-b
set -g prefix C-Space
bind C-Space send-prefix
bind h select-pane -L
bind l select-pane -R
bind j select-pane -U
bind k select-pane -D