-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkeys.json
More file actions
80 lines (73 loc) · 8.69 KB
/
keys.json
File metadata and controls
80 lines (73 loc) · 8.69 KB
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
[
{ "desc": "scroll page down", "type": "key", "lhs": { "mods": "CMD", "key": "j" }, "rhs": { "mods": "CTRL", "key": "f" } },
{ "desc": "scroll page up", "type": "key", "lhs": { "mods": "CMD", "key": "k" }, "rhs": { "mods": "CTRL", "key": "b" } },
{ "desc": "run help", "type": "key", "lhs": { "mods": "CMD", "key": "i" }, "rhs": { "mods": "ALT", "key": "h" } },
{ "desc": "save", "type": "key", "lhs": { "mods": "CMD", "key": "s" }, "rhs": { "mods": "CTRL", "key": "s" } },
{ "desc": "claude code", "type": "key", "lhs": { "mods": "CMD", "key": "a" }, "rhs": { "mods": "CTRL|ALT", "key": "a" } },
{ "desc": "move line down", "type": "key", "lhs": { "mods": "ALT", "key": "j" }, "rhs": { "mods": "CTRL|ALT", "key": "t" } },
{ "desc": "move line up", "type": "key", "lhs": { "mods": "ALT", "key": "k" }, "rhs": { "mods": "CTRL|ALT", "key": "y" } },
{ "desc": "tmux toggle status bar", "type": "tmux", "lhs": { "mods": "CMD|SHIFT", "key": "Z" }, "rhs": { "mods": "ALT", "key": "z" } },
{ "desc": "tmux clear history", "type": "tmux", "lhs": { "mods": "CMD", "key": "l" }, "rhs": { "mods": "ALT", "key": "l" } },
{ "desc": "open clipboard in nvim", "type": "key", "lhs": { "mods": "CMD", "key": "b" }, "rhs": { "mods": "CTRL|ALT", "key": "s" } },
{ "desc": "open scrollback in nvim", "type": "key", "lhs": { "mods": "CMD|SHIFT", "key": "f" }, "rhs": { "mods": "CTRL|ALT", "key": "f" } },
{ "desc": "copy mode", "type": "tmux", "lhs": { "mods": "CMD", "key": "f" }, "rhs": { "key": "[", "mods": "" } },
{ "desc": "prev result", "type": "tmux", "lhs": { "mods": "CMD|SHIFT", "key": "(" }, "rhs": { "mods": "ALT", "key": "9" } },
{ "desc": "next result", "type": "tmux", "lhs": { "mods": "CMD|SHIFT", "key": ")" }, "rhs": { "mods": "ALT", "key": "0" } },
{ "desc": "fzf url", "type": "tmux", "lhs": { "mods": "CMD|SHIFT", "key": "U" }, "rhs": { "key": "u", "mods": "" } },
{ "desc": "fingers", "type": "tmux", "lhs": { "mods": "CMD", "key": "c" }, "rhs": { "key": "C", "mods": "" } },
{ "desc": "monitor", "type": "tmux", "lhs": { "mods": "CMD|SHIFT", "key": "M" }, "rhs": { "key": "m", "mods": "" } },
{ "desc": "prev session", "type": "tmux", "lhs": { "mods": "CMD|ALT", "key": "[" }, "rhs": { "key": "(", "mods": "" } },
{ "desc": "next session", "type": "tmux", "lhs": { "mods": "CMD|ALT", "key": "]" }, "rhs": { "key": ")", "mods": "" } },
{ "desc": "new session", "type": "tmux", "lhs": { "mods": "CMD", "key": "n" }, "rhs": { "mods": "ALT", "key": "n" } },
{ "desc": "sesh", "type": "tmux", "lhs": { "mods": "CMD", "key": "r" }, "rhs": { "mods": "ALT", "key": "s" } },
{ "desc": "fzf windows", "type": "tmux", "lhs": { "mods": "CMD|SHIFT", "key": "r" }, "rhs": { "mods": "ALT", "key": "r" } },
{ "desc": "break pane", "type": "tmux", "lhs": { "mods": "CMD", "key": "x" }, "rhs": { "key": "!", "mods": "" } },
{ "desc": "send pane to another window", "type": "tmux", "lhs": { "mods": "CMD|SHIFT", "key": "S" }, "rhs": { "mods": "ALT", "key": "j" } },
{ "desc": "send window to another session", "type": "tmux", "lhs": { "mods": "CMD|CTRL", "key": "s" }, "rhs": { "mods": "ALT", "key": "w" } },
{ "desc": "kill and new session with tmuxp", "type": "tmux", "lhs": { "mods": "CMD", "key": "g" }, "rhs": { "mods": "ALT", "key": "p" } },
{ "desc": "append tmuxp", "type": "tmux", "lhs": { "mods": "CMD|SHIFT", "key": "G" }, "rhs": { "mods": "CTRL|ALT", "key": "p" } },
{ "desc": "kill session", "type": "tmux", "lhs": { "mods": "CMD|CTRL", "key": "x" }, "rhs": { "mods": "ALT", "key": "k" } },
{ "desc": "rename session", "type": "tmux", "lhs": { "mods": "CMD|SHIFT", "key": "<" }, "rhs": { "key": "$", "mods": "" } },
{ "desc": "prev window", "type": "tmux", "lhs": { "mods": "CMD|SHIFT", "key": "{" }, "rhs": { "key": "p", "mods": "" } },
{ "desc": "next window", "type": "tmux", "lhs": { "mods": "CMD|SHIFT", "key": "}" }, "rhs": { "key": "n", "mods": "" } },
{ "desc": "move window to left", "type": "tmux", "lhs": { "mods": "CMD|CTRL", "key": "[" }, "rhs": { "key": "P", "mods": "" } },
{ "desc": "move window to right", "type": "tmux", "lhs": { "mods": "CMD|CTRL", "key": "]" }, "rhs": { "key": "N", "mods": "" } },
{ "desc": "move window to first", "type": "tmux", "lhs": { "mods": "CMD|CTRL", "key": "g" }, "rhs": { "key": "G", "mods": "" } },
{ "type": "tmux", "lhs": { "mods": "CMD", "key": "1" }, "rhs": { "key": "1", "mods": "" } },
{ "type": "tmux", "lhs": { "mods": "CMD", "key": "2" }, "rhs": { "key": "2", "mods": "" } },
{ "type": "tmux", "lhs": { "mods": "CMD", "key": "3" }, "rhs": { "key": "3", "mods": "" } },
{ "type": "tmux", "lhs": { "mods": "CMD", "key": "4" }, "rhs": { "key": "4", "mods": "" } },
{ "type": "tmux", "lhs": { "mods": "CMD", "key": "5" }, "rhs": { "key": "5", "mods": "" } },
{ "type": "tmux", "lhs": { "mods": "CMD", "key": "6" }, "rhs": { "key": "6", "mods": "" } },
{ "type": "tmux", "lhs": { "mods": "CMD", "key": "7" }, "rhs": { "key": "7", "mods": "" } },
{ "type": "tmux", "lhs": { "mods": "CMD", "key": "8" }, "rhs": { "key": "8", "mods": "" } },
{ "type": "tmux", "lhs": { "mods": "CMD", "key": "9" }, "rhs": { "key": "9", "mods": "" } },
{ "desc": "last window", "type": "tmux", "lhs": { "mods": "CMD", "key": "p" }, "rhs": { "key": "l", "mods": "" } },
{ "desc": "rename window", "type": "tmux", "lhs": { "mods": "CMD", "key": "," }, "rhs": { "key": ",", "mods": "" } },
{ "desc": "new window", "type": "tmux", "lhs": { "mods": "CMD", "key": "t" }, "rhs": { "mods": "ALT", "key": "t" } },
{ "desc": "respawn pane", "type": "tmux", "lhs": { "mods": "CMD|SHIFT", "key": "X" }, "rhs": { "key": "X", "mods": "" } },
{ "desc": "synchronize panes", "type": "tmux", "lhs": { "mods": "CMD", "key": "y" }, "rhs": { "mods": "ALT", "key": "y" } },
{ "desc": "zoom pane", "type": "tmux", "lhs": { "mods": "CMD", "key": "z" }, "rhs": { "key": "z", "mods": "" } },
{ "desc": "next pane without zoom out", "type": "tmux", "lhs": { "mods": "CMD", "key": "o" }, "rhs": { "key": "O", "mods": "" } },
{ "desc": "split vertical", "type": "tmux", "lhs": { "mods": "CMD", "key": "d" }, "rhs": { "mods": "ALT", "key": "d" } },
{ "desc": "split horizontal", "type": "tmux", "lhs": { "mods": "CMD", "key": "e" }, "rhs": { "mods": "ALT", "key": "e" } },
{ "desc": "spread panes out evenly", "type": "tmux", "lhs": { "mods": "CMD|SHIFT", "key": "E" }, "rhs": { "key": "E", "mods": "" } },
{ "desc": "layout main vertical", "type": "tmux", "lhs": { "mods": "CMD|SHIFT", "key": "D" }, "rhs": { "mods": "ALT", "key": "7" } },
{ "desc": "layout even vertical", "type": "tmux", "lhs": { "mods": "CMD|CTRL", "key": "e" }, "rhs": { "mods": "ALT", "key": "2" } },
{ "desc": "layout even horizontal", "type": "tmux", "lhs": { "mods": "CMD|CTRL", "key": "d" }, "rhs": { "mods": "ALT", "key": "1" } },
{ "desc": "layout tiled", "type": "tmux", "lhs": { "mods": "CMD|SHIFT", "key": "t" }, "rhs": { "mods": "ALT", "key": "5" } },
{ "desc": "left window", "type": "key", "lhs": { "mods": "CMD|SHIFT", "key": "H" }, "rhs": { "mods": "CTRL|ALT", "key": "h" } },
{ "desc": "down window", "type": "key", "lhs": { "mods": "CMD|SHIFT", "key": "J" }, "rhs": { "mods": "CTRL|ALT", "key": "j" } },
{ "desc": "up window", "type": "key", "lhs": { "mods": "CMD|SHIFT", "key": "K" }, "rhs": { "mods": "CTRL|ALT", "key": "k" } },
{ "desc": "right window", "type": "key", "lhs": { "mods": "CMD|SHIFT", "key": "L" }, "rhs": { "mods": "CTRL|ALT", "key": "l" } },
{ "desc": "move window to left", "type": "key", "lhs": { "mods": "CMD|CTRL", "key": "h" }, "rhs": { "mods": "CTRL|ALT", "key": "q" } },
{ "desc": "move window to down", "type": "key", "lhs": { "mods": "CMD|CTRL", "key": "j" }, "rhs": { "mods": "CTRL|ALT", "key": "w" } },
{ "desc": "move window to up", "type": "key", "lhs": { "mods": "CMD|CTRL", "key": "k" }, "rhs": { "mods": "CTRL|ALT", "key": "e" } },
{ "desc": "move window to right", "type": "key", "lhs": { "mods": "CMD|CTRL", "key": "l" }, "rhs": { "mods": "CTRL|ALT", "key": "r" } },
{ "desc": "resize window to left", "type": "key", "lhs": { "mods": "CMD|ALT", "key": "h" }, "rhs": { "mods": "CTRL|ALT", "key": "z" } },
{ "desc": "resize window to down", "type": "key", "lhs": { "mods": "CMD|ALT", "key": "j" }, "rhs": { "mods": "CTRL|ALT", "key": "x" } },
{ "desc": "resize window to up", "type": "key", "lhs": { "mods": "CMD|ALT", "key": "k" }, "rhs": { "mods": "CTRL|ALT", "key": "c" } },
{ "desc": "resize window to right", "type": "key", "lhs": { "mods": "CMD|ALT", "key": "l" }, "rhs": { "mods": "CTRL|ALT", "key": "v" } },
{ "desc": "resize window to left slightly", "type": "key", "lhs": { "mods": "CMD|ALT|SHIFT", "key": "H" }, "rhs": { "mods": "CTRL|ALT", "key": "b" } },
{ "desc": "resize window to right slightly", "type": "key", "lhs": { "mods": "CMD|ALT|SHIFT", "key": "L" }, "rhs": { "mods": "CTRL|ALT", "key": "n" } }
]