From d0a818086cb594a5ba3abed3b0d65046e2ff8713 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Sun, 31 Oct 2021 12:01:42 +0800 Subject: Initial commit. --- .tmux.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .tmux.conf (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..bb66436 --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,10 @@ +# remap prefix from 'C-b' to 'C-a' +unbind C-b +set-option -g prefix C-a +bind-key C-a send-prefix + +# split panes using | and - +bind H split-window -h +bind V split-window -v +unbind '"' +unbind % -- cgit v1.2.3