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 /.tmux | |
parent | 7955e5c2cee8a9856d4b24394533a4a160a82943 (diff) |
tmux: tweaked files for writing
Diffstat (limited to '.tmux')
-rw-r--r-- | .tmux/write-fict | 1 | ||||
-rw-r--r-- | .tmux/write-lux | 2 |
2 files changed, 2 insertions, 1 deletions
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 |