From 0c36f9eaa075482423db2468405589464e0861a5 Mon Sep 17 00:00:00 2001 From: qwjyh Date: Sun, 2 Oct 2022 06:46:37 +0900 Subject: [PATCH] add: .tmux.conf --- dotfiles/.tmux.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 dotfiles/.tmux.conf diff --git a/dotfiles/.tmux.conf b/dotfiles/.tmux.conf new file mode 100644 index 0000000..27f19fe --- /dev/null +++ b/dotfiles/.tmux.conf @@ -0,0 +1,6 @@ +set -g mouse on + +bind-key -T prefix v split-window +bind-key -T prefix h split-window -h + +set-option -g default-command fish