JSON · 870 bytes Raw Blame History
1 {
2 "Alt-/": "lua:comment.comment",
3 "Alt-Ctrl-Space": "command:palettero",
4 "Alt-Enter": "command:filemanager.try_open_at_cursor",
5 "Alt-d": "command:definition",
6 "Alt-f": "command:fzfinder",
7 "Alt-g": "command:fexec rg -n --no-heading --color never {w}",
8 "Alt-j": "command:pipe jq .",
9 "Alt-k": "command:hover",
10 "Alt-r": "command:references",
11 "Alt-s": "command:pipe sort -u",
12 "Alt-w": "command:pipe sed -E 's/[[:space:]]+$//'",
13 "Alt-y": "command:pipe yq -P",
14 "Ctrl-Alt-g": "command:fexec rg -n --no-heading --color never ",
15 "Ctrl-P": "command:palettero",
16 "Ctrl-b": "command:tree",
17 "CtrlP": "command:palettero",
18 "CtrlSpace": "command:palettero",
19 "CtrlUnderscore": "lua:comment.comment",
20 "F12": "command:makeup",
21 "F4": "command:jumptag",
22 "F5": "command:runit",
23 "F9": "command:makeupbg",
24 }