diff options
author | Ian C <ianc@noddybox.co.uk> | 2018-06-20 13:36:30 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2018-06-20 13:36:30 +0000 |
commit | b9bb431676f1cdace8788af35de14803683d5ba3 (patch) | |
tree | 8ff047b3663a7bd617e6d3d348dde37d60d6213c | |
parent | 252106e2301269a38a3af93b12570647dc577976 (diff) |
Added tmux config file
-rw-r--r-- | dotrc/.tmux.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dotrc/.tmux.conf b/dotrc/.tmux.conf new file mode 100644 index 0000000..512f779 --- /dev/null +++ b/dotrc/.tmux.conf @@ -0,0 +1,3 @@ +set -g prefix C-a +bind C-a send-prefix +unbind C-b |