diff options
| -rw-r--r-- | tmux.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tmux.conf b/tmux.conf new file mode 100644 index 0000000..0c9ece9 --- /dev/null +++ b/tmux.conf @@ -0,0 +1,4 @@ +# Prefix key +unbind C-b +set -g prefix C-Space +bind C-Space send-prefix |
