forked from zsh-users/zsh-apple-touchbar
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtmux-keys.example.yaml
88 lines (82 loc) · 1.59 KB
/
tmux-keys.example.yaml
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
default_view: "Main"
views:
"Main":
- title: "←"
type: tmux
action: previous-window
color: green
flash: false
- title: "→"
type: tmux
action: next-window
color: green
flash: false
- type: view
action: System
color: violet
- type: view
action: Git
color: chartreuse
- type: view
action: Python
color: rose
- type: view
action: NPM
color: magenta
- type: view
action: ZPM
color: yellow
"Git":
- type: view
action: Main
- title: Git Status
type: exec
action: "git status"
- title: Git Branch
type: exec
action: git branch
"Python":
- type: view
action: Main
- text: Python Install
type: insert
action: "pip install "
- title: Python CLI
type: insert
action: "python"
"NPM":
- type: view
action: Main
- title: NPM list
type: exec
action: "npm ls"
- title: NPM Install
type: insert
action: "npm i "
- title: Dev
type: insert
action: "npm run dev"
color: cyan
ZPM:
- type: view
action: Main
- title: Upgrade Plugins
type: exec
action: "zpm upgrade"
- title: Clean Cache
type: exec
action: "zpm clean"
- title: Readme
type: insert
action: "zpm readme"
System:
- type: view
action: Main
- title_exec: _tmux_uname
type: popup
action: "neofetch"
color: yellow
- title_exec: _tmux_myip
type: popup
action: ip addr
color: red