File: sample_alias.yml

package info (click to toggle)
tmuxinator 3.3.7-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 560 kB
  • sloc: ruby: 4,031; sh: 19; makefile: 14
file content (21 lines) | stat: -rw-r--r-- 416 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# ~/.tmuxinator/sample.yml
# you can make as many tabs as you wish...

defaults: &defaults
  pre:
    - echo "alias_is_working"

name: sample_alias
root: ~/test
windows:
  - editor:
      <<: *defaults
      layout: main-vertical
      panes:
        - vim
        - #empty, will just run plain bash
        - top
        - pane_with_multiple_commands:
            - ssh server
            - echo "Hello"
  - guard: