diff options
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 |