mirror of
https://github.com/theniceboy/.config.git
synced 2026-05-11 00:55:56 +08:00
agent tracker + tmux update
This commit is contained in:
parent
cd9c92b1c2
commit
5064629d61
68 changed files with 15041 additions and 3483 deletions
27
agent-tracker/agent-config.json
Normal file
27
agent-tracker/agent-config.json
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"keys": {
|
||||
"move_left": "n",
|
||||
"move_right": "i",
|
||||
"move_up": "u",
|
||||
"move_down": "e",
|
||||
"edit": "Enter",
|
||||
"cancel": "Escape",
|
||||
"add_todo": "a",
|
||||
"toggle_todo": "x",
|
||||
"destroy": "D",
|
||||
"confirm": "y",
|
||||
"back": "Escape",
|
||||
"delete_todo": "d",
|
||||
"help": "?",
|
||||
"focus_ai": "M-a",
|
||||
"focus_git": "M-g",
|
||||
"focus_dashboard": "M-s",
|
||||
"focus_run": "M-r"
|
||||
},
|
||||
"devices": [
|
||||
"web-server",
|
||||
"ipm",
|
||||
"opm",
|
||||
"macos"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue