diff options
author | Matt Turner <mattst88@gmail.com> | 2021-06-02 22:48:47 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2021-06-02 22:48:47 -0700 |
commit | a8c88f05c1e59413686701b16d67d1b486c86cf1 (patch) | |
tree | 1755b617c0d007472ba9b3e9c1a768531327f104 | |
parent | e85559df4497c02b50557db829041fbfafd28dbd (diff) |
Add .tmux.conf
-rw-r--r-- | .tmux.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..0bd7996 --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,6 @@ +#set -s exit-empty off +set -g prefix C-a +unbind-key C-b +bind-key C-a send-prefix + +set-option -g mouse |