diff options
author | luxagraf <sng@luxagraf> | 2021-02-18 16:58:40 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf> | 2021-02-18 16:58:40 -0500 |
commit | 97a177c0f768c8551f7352b68eaf707688552ef7 (patch) | |
tree | e9f3ba8df221a0979ebc509816760df551c40d74 | |
parent | 7955e5c2cee8a9856d4b24394533a4a160a82943 (diff) |
tmux: tweaked files for writing
-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 |