From 3775a8c77eda8c4409a0e2b0666cb1f995cf008b Mon Sep 17 00:00:00 2001 From: Sheldon Lee Date: Thu, 5 Nov 2020 00:08:48 +0800 Subject: [PATCH] Added .tmux.conf --- .tmux.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .tmux.conf diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..bb38482 --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,6 @@ +set -g default-terminal "alacritty" +set-window-option -g mode-keys vi +# remap prefix from 'C-b' to 'C-a' +unbind C-b +set-option -g prefix C-a +bind-key C-a send-prefix