From e0945703bebe38d0a7101ae94139d8f9588a94b4 Mon Sep 17 00:00:00 2001 From: Felix Pankratz Date: Wed, 26 Feb 2020 17:43:40 +0100 Subject: [PATCH] added .tmux.conf with prefix rebinding --- .tmux.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .tmux.conf diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..51e0626 --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,8 @@ +# +# .tmux.conf - started 20200226 by panki +# + +# most important stuff first - rebind prefix to ctrl-a +unbind C-b +set-option -g prefix C-a +bind-key C-a send-prefix