diff options
Diffstat (limited to 'tmux/.config/tmuxinator')
-rw-r--r-- | tmux/.config/tmuxinator/.template.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tmux/.config/tmuxinator/.template.yml b/tmux/.config/tmuxinator/.template.yml new file mode 100644 index 0000000..5d3e4b0 --- /dev/null +++ b/tmux/.config/tmuxinator/.template.yml @@ -0,0 +1,9 @@ +name: <%= @settings["name"] %> +root: <%= @settings["root"] %> + +windows: + - editor: + layout: main-vertical + panes: + - vim + - null |