Adding tmux

This commit is contained in:
2022-05-10 14:47:32 -04:00
parent 16853af7c5
commit 387aa890d2

22
tmux.conf Normal file
View File

@@ -0,0 +1,22 @@
unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix
bind | split-window -h
bind - split-window -v
unbind '"'
unbind %
bind -n M-Left select-pane -L
bind -n M-Right select-pane -R
bind -n M-Up select-pane -U
bind -n M-Down select-pane -D
set -s escape-time 0
set -g default-terminal "screen-256color"
set -g status-bg black
set -g status-fg white