From 08bdc74eb83ce86794af04cf29e2332b04f6dbfb Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Tue, 18 May 2021 15:15:27 +0300 Subject: [PATCH] Add tmux config --- .config/tmux/tmux.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .config/tmux/tmux.conf diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf new file mode 100644 index 0000000..2e200b9 --- /dev/null +++ b/.config/tmux/tmux.conf @@ -0,0 +1,10 @@ +set -g base-index 1 +set -g mouse on + +set -g set-titles on +set -g set-titles-string "#T" + +# More friendly split pane +bind-key h split-window -h +bind-key v split-window -v +