From 253e4f72f43280ae06b4a1776b638a0e2223db4f Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Tue, 12 Apr 2022 11:33:02 +0200 Subject: [PATCH] :sparkles: add tmux conf --- .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..f2420e8 --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,8 @@ +# remap prefix from ^+A to ^+B +unbind C-b +set -g prefix C-a +bind C-a send-prefix + + +# set vi keybindings +setw -g mode-keys vi