From 387aa890d20b35566fd43cbc8ecf9de4d15c8e62 Mon Sep 17 00:00:00 2001 From: paul Date: Tue, 10 May 2022 14:47:32 -0400 Subject: [PATCH] Adding tmux --- tmux.conf | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 tmux.conf diff --git a/tmux.conf b/tmux.conf new file mode 100644 index 0000000..e503dfb --- /dev/null +++ b/tmux.conf @@ -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 +