-
Notifications
You must be signed in to change notification settings - Fork 2
/
.tmuxinator.yml
64 lines (47 loc) · 1.77 KB
/
.tmuxinator.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# ./.tmuxinator.yml
name: template
root: ~/Programming
# Optional tmux socket
# socket_name: foo
# Note that the pre and post options have been deprecated and will be replaced by
# project hooks.
# Project hooks
# Runs on project start, always
# on_project_start: spring server
# Run on project start, the first time
# on_project_first_start: command
# Run on project start, after the first time
# on_project_restart: command
# Run on project exit ( detaching from tmux session )
# on_project_exit: command
# Run on project stop
# on_project_stop: command
# Runs in each window and pane before window/pane specific commands. Useful for setting up interpreter versions.
# pre_window: rbenv shell 2.0.0-p247
# Pass command line options to tmux. Useful for specifying a different tmux.conf.
# tmux_options: -f ~/.tmux.mac.conf
# Change the command to call tmux. This can be used by derivatives/wrappers like byobu.
# tmux_command: byobu
# Specifies (by name or index) which window will be selected on project startup. If not set, the first window is used.
# startup_window: editor
# Specifies (by index) which pane of the specified window will be selected on project startup. If not set, the first pane is used.
# startup_pane: 1
# Controls whether the tmux session should be attached to automatically. Defaults to true.
# attach: false
windows:
- main:
root: ~/Programming
layout: ea55,401x104,0,0{143x104,0,0[143x33,0,0,0,143x9,0,34,3,143x9,0,44,4,143x9,0,54,12,143x20,0,64,18,143x19,0,85,19],257x104,144,0[257x70,144,0,5,257x3,144,71,21,257x3,144,75,22,257x25,144,79,17]}
panes:
- echo ''
- echo ''
- echo ''
- echo ''
- echo ''
- echo ''
- nvim
- echo ''
- echo ''
- htop:
panes:
- htop