summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tmux.conf1
-rw-r--r--zshrc1
2 files changed, 2 insertions, 0 deletions
diff --git a/tmux.conf b/tmux.conf
index 74267b6..234726e 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -7,3 +7,4 @@ set -g bell-action any
set -g status-bg black
set -g status-fg white
set -g status-left '#H'
+set -g prefix C-a
diff --git a/zshrc b/zshrc
index 9e3c2cc..9a6ac43 100644
--- a/zshrc
+++ b/zshrc
@@ -56,6 +56,7 @@ alias mu2='mutt -F .muttrc2'
alias n='newsbeuter'
alias a='acpi'
alias tmux='tmux -u'
+alias t='tmux a'
alias svn-uscan='uscan --verbose --force-download --rename --repack --destdir=../tarballs'
alias svn-bp='svn-buildpackage --svn-builder=pdebuild --svn-ignore-new'