From 0eb37a105a32f89b82646e68a0afd14342f55034 Mon Sep 17 00:00:00 2001 From: DustVoice Date: Fri, 17 Jan 2020 19:35:48 +0100 Subject: [PATCH] Add .tmux.conf for native linux console needs --- .gitignore | 1 + .tmux.conf | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 .tmux.conf diff --git a/.gitignore b/.gitignore index eec98d4..dc4f3ea 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ !/.inputrc !/.nvidia-xinitrc !/.password-store +!/.tmux.conf !/.xinitrc !/.Xmodmap.example !/.Xresources diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..032f428 --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,7 @@ +setw -g mode-keys vi + +bind r source-file ~/.tmux.conf + +set -g mouse on + +set-option -g allow-rename off