diff options
author | June McEnroe <june@causal.agency> | 2015-05-28 22:30:30 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2015-05-28 22:30:52 -0400 |
commit | ef6236462711c78f4af5162e48a65c59a0eeca5d (patch) | |
tree | f4e698176a8e8fc07459db2b8d899aa87f50021a | |
parent | Bash is usually in /bin (diff) | |
download | src-ef6236462711c78f4af5162e48a65c59a0eeca5d.tar.gz src-ef6236462711c78f4af5162e48a65c59a0eeca5d.zip |
Add send-prefix binding
Diffstat (limited to '')
-rw-r--r-- | .tmux.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.tmux.conf b/.tmux.conf index e6e63991..3aca3a99 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,6 +1,7 @@ -# Use the same prefix as screen +# Use the same prefix as screen, press a again to pass through unbind C-b set -g prefix C-a +bind a send-prefix # Prevent escape key delay set -g escape-time 0 |