From d84c18879c1d3eb385b8702b711639b40c7d4e3a Mon Sep 17 00:00:00 2001 From: Phil Date: Sun, 17 Jan 2021 18:00:12 +0000 Subject: [PATCH] Updated Tmux Conf --- .tmux.conf | 6 +++--- install.sh | 0 2 files changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 install.sh diff --git a/.tmux.conf b/.tmux.conf index 002bc95..eac66e4 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -2,9 +2,9 @@ ## DOWNLOADED FROM GITHUB ## # Send prefix -set-option -g prefix C-a -bind-key C-a send-prefix -unbind-key C-a +set-option -g prefix C-b +bind-key C-b send-prefix +unbind-key C-b # Use Alt-arrow keys to switch panes bind -n M-Left select-pane -L diff --git a/install.sh b/install.sh old mode 100644 new mode 100755