From 8de34b484a419b92ed76e44c99951138c08e02c6 Mon Sep 17 00:00:00 2001 From: Andrey Anurin Date: Tue, 17 May 2016 00:02:31 -0700 Subject: [PATCH] tmux --- .tmux.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .tmux.conf diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..71a5f42 --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,3 @@ +new-session +set-window-option -g mode-mouse on +set -g history-limit 30000 \ No newline at end of file