From: Iain Patterson Date: Mon, 5 Sep 2011 15:09:30 +0000 (+0100) Subject: Removed useless key binds. X-Git-Url: http://git.iain.cx/?a=commitdiff_plain;h=76b8970768f42bcc78f1145f6bd719fdbc285857;p=profile.git Removed useless key binds. Both l and ^l are bound later in the configuration file so there's little point keeping them at the top. --- diff --git a/.tmux.conf b/.tmux.conf index 3345bd0..9b915df 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -31,8 +31,6 @@ set -g prefix C-p unbind C-b bind C-p last-window bind p send-keys C-p -bind C-l refresh-client -bind l refresh-client bind S split-window -v bind | split-window -h bind C-[ copy-mode