diff --git a/.gitignore b/.gitignore index eec98d4f..dc4f3ea4 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 00000000..032f428b --- /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