summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-09-29 02:14:12 +0000
committerSean Whitton <spwhitton@spwhitton.name>2015-09-29 02:14:12 +0000
commit44e23e9f915b104555971faf125c03486a2b80af (patch)
treebbc82f9d6dc4e4e19ddf44cae1af5f73c88eb57b /.tmux.conf
parent85088ba8b5080ca63d701747ae68875684484dd2 (diff)
downloaddotfiles-44e23e9f915b104555971faf125c03486a2b80af.tar.gz
tmux irssi shortcut similar to xmonad
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/.tmux.conf b/.tmux.conf
index b416623c..54e455ab 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -55,7 +55,7 @@ bind-key R command-prompt -p "ssh to host" "split-window 'ssh %1'"
bind-key r command-prompt -p "ssh to host" "new-window -n %1 'ssh %1'"
bind-key E split-window 'emacsclient -amg -t'
bind-key e new-window -n emacs 'emacsclient -amg -t'
-bind-key i new-window -n irssi 'ii' # overwrites a default tmux binding
+bind-key t new-window -n irssi 'ii'
# --- zenburn from https://github.com/plathrop/dotfiles/blob/master/tmux/zenburn.conf