summary refs log tree commit diff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2015-05-28 22:30:30 -0400
committerJune McEnroe <programble@gmail.com>2015-05-28 22:30:52 -0400
commit1750984258957cf5fc441e4fbf1daba15bca50af (patch)
tree408f5122fbe97187cfde6f6cf0be24ba805e4796 /.tmux.conf
parentBash is usually in /bin (diff)
downloadsrc-1750984258957cf5fc441e4fbf1daba15bca50af.tar.gz
src-1750984258957cf5fc441e4fbf1daba15bca50af.zip
Add send-prefix binding
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf3
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