diff --git a/tmux-tmux.conf b/tmux-tmux.conf new file mode 100644 index 0000000..d7ce19a --- /dev/null +++ b/tmux-tmux.conf @@ -0,0 +1,7 @@ +# set prefix +unbind C-b +set -g prefix 'C-a' +bind 'C-a' send-prefix + +set -s escape-time 0 +