summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
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