diff options
Diffstat (limited to '.tmux.conf')
-rw-r--r-- | .tmux.conf | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -33,6 +33,7 @@ bind r source-file ~/.tmux.conf #bind j select-pane -D #bind k select-pane -U #bind l select-pane -R +unbind C-l bind-key -r C-h select-window -t :- bind-key -r C-l select-window -t :+ @@ -54,7 +55,7 @@ bind l send-keys 'C-l' # setup a decent environment bind m source-file ~/.tmux/thesetup bind C-f source-file ~/.tmux/write-fict -bind C-l source-file ~/.tmux/write-lux +#bind C-l source-file ~/.tmux/write-lux bind C-w source-file ~/.tmux/write-wire bind C-d source-file ~/.tmux/dev |