Removed useless key binds.
authorIain Patterson <me@iain.cx>
Mon, 5 Sep 2011 15:09:30 +0000 (16:09 +0100)
committerIain Patterson <me@iain.cx>
Wed, 5 Oct 2011 16:29:48 +0000 (17:29 +0100)
Both l and ^l are bound later in the configuration file so there's
little point keeping them at the top.

.tmux.conf

index 3345bd0..9b915df 100644 (file)
@@ -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