diff options
author | eug-vs <eug-vs@keemail.me> | 2021-03-12 21:04:49 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2021-03-12 21:04:49 +0300 |
commit | a4ea67f5cbd16015f80e3542519f2ca978c114c4 (patch) | |
tree | b7708dfc7121e86ddd33c2e41f6c6f4c925cf584 /.config | |
parent | c728f0e1fc34167a01daa7990afa5d49805023a2 (diff) | |
download | dotfiles-a4ea67f5cbd16015f80e3542519f2ca978c114c4.tar.gz |
feat(vifm): bootstrap tmuxinator project from vifm
Diffstat (limited to '.config')
-rw-r--r-- | .config/tmuxinator/.template.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/tmuxinator/.template.yml b/.config/tmuxinator/.template.yml new file mode 100644 index 0000000..6bc617b --- /dev/null +++ b/.config/tmuxinator/.template.yml @@ -0,0 +1,6 @@ +windows: + - editor: + layout: main-vertical + panes: + - vim + - null |