diff options
-rw-r--r-- | tmux/tmux.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf new file mode 100644 index 0000000..5ff10c1 --- /dev/null +++ b/tmux/tmux.conf @@ -0,0 +1,4 @@ +# Be like screen, please +unbind C-b +set -g prefix C-a +bind C-a send-prefix |