diff options
author | luxagraf <sng@luxagraf> | 2021-01-26 21:54:00 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf> | 2021-01-26 21:54:00 -0500 |
commit | 3738e6c4c9ea8ab6666926a8efe6a2bcd7b7e7d1 (patch) | |
tree | 65d3d09ca8a7b706f27bd88a261226c000618866 /.tmux/write-fict | |
parent | f380a66f02c4b3ccf271573269d59472825fa9cd (diff) |
created some tmux splits for writing
Diffstat (limited to '.tmux/write-fict')
-rw-r--r-- | .tmux/write-fict | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.tmux/write-fict b/.tmux/write-fict new file mode 100644 index 0000000..d011c21 --- /dev/null +++ b/.tmux/write-fict @@ -0,0 +1,5 @@ +neww -n '' +splitw -h -p 22 +selectp -t 1 # select the original pane +splitw -h -p 69 +send "cd writing/lbh/ && v lbh.txt" enter #open vim |