summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Ritter <xeno@goliath.thehappy.de>2009-07-09 02:10:03 +0200
committerStefan Ritter <xeno@goliath.thehappy.de>2009-07-09 02:10:03 +0200
commit4192d22a381faa690f803553a4e13d9a1abd96e6 (patch)
tree5aea6ae4a05c9cad2c02549bca134c8c694b42c5
parent29cdcc678cef2e73cb76baea2baaae9ffbec7c4f (diff)
tmux:
* Changed prefix to C-a * Added zsh alias for tmux a
-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'