diff options
-rw-r--r-- | .tmux.conf | 3 | ||||
-rw-r--r-- | .tmux/write-fict | 1 | ||||
-rw-r--r-- | .tmux/write-lux | 2 |
3 files changed, 4 insertions, 2 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 diff --git a/.tmux/write-fict b/.tmux/write-fict index d011c21..51fdbdd 100644 --- a/.tmux/write-fict +++ b/.tmux/write-fict @@ -1,4 +1,5 @@ neww -n '' +rename-window "lbh" splitw -h -p 22 selectp -t 1 # select the original pane splitw -h -p 69 diff --git a/.tmux/write-lux b/.tmux/write-lux index 93504ec..d496b83 100644 --- a/.tmux/write-lux +++ b/.tmux/write-lux @@ -1,4 +1,4 @@ -neww -n '' +neww -n 'lux' splitw -h -p 22 selectp -t 1 # select the original pane splitw -h -p 69 |