diff options
-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 |