From e250b192603a5d8ee6b7b3060a1465b6d5ba1703 Mon Sep 17 00:00:00 2001 From: interactics Date: Mon, 19 Oct 2020 12:42:34 +0900 Subject: [PATCH] add git tmux_set --- tmux_set.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tmux_set.txt diff --git a/tmux_set.txt b/tmux_set.txt new file mode 100644 index 0000000..666ae45 --- /dev/null +++ b/tmux_set.txt @@ -0,0 +1,17 @@ + +# 1 Tmux Setiing Change + +cd ~/ +git clone https://github.com/gpakosz/.tmux.git +ln -s -f .tmux/.tmux.conf +cp .tmux/.tmux.conf.local . + + +vim .tmux/.tmux.conf.local + +# 2 Delete behind comments + +# force Vi mode +# really you should export VISUAL or EDITOR environment variable, see manual +set -g status-keys vi +set -g mode-keys vi