relink micro things
Authored by
mfwolffe <wolffemf@dukes.jmu.edu>
- SHA
b993ac7456bda1be634566e366d677c917f90169- Parents
-
941e9ca - Tree
803bc38
b993ac7
b993ac7456bda1be634566e366d677c917f90169941e9ca
803bc38| Status | File | + | - |
|---|---|---|---|
| M |
micro/bindings.json
|
10 | 0 |
| M |
micro/settings.json
|
9 | 8 |
micro/bindings.jsonmodified@@ -1,9 +1,19 @@ | ||
| 1 | 1 | { |
| 2 | 2 | "Alt-/": "lua:comment.comment", |
| 3 | + "Alt-Ctrl-Space": "command:palettero", | |
| 4 | + "Alt-Enter": "command:filemanager.try_open_at_cursor", | |
| 3 | 5 | "Alt-d": "command:definition", |
| 4 | 6 | "Alt-f": "command:fzfinder", |
| 7 | + "Alt-g": "command:fexec rg -n --no-heading --color never {w}", | |
| 8 | + "Alt-j": "command:pipe jq .", | |
| 5 | 9 | "Alt-k": "command:hover", |
| 6 | 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", | |
| 7 | 17 | "CtrlP": "command:palettero", |
| 8 | 18 | "CtrlSpace": "command:palettero", |
| 9 | 19 | "CtrlUnderscore": "lua:comment.comment", |
micro/settings.jsonmodified@@ -1,10 +1,11 @@ | ||
| 1 | 1 | { |
| 2 | - "pluginrepos": [ | |
| 3 | - "https://raw.githubusercontent.com/MuratovAS/micro-fzfinder/main/repo.json" | |
| 4 | - ], | |
| 5 | - "fzfcmd": "/usr/local/bin/mfzf", | |
| 6 | - "fzfarg": "--preview 'bat -f -p {}'", | |
| 7 | - "fzfopen": "newtab", | |
| 8 | - "fzfpath": "relative", | |
| 9 | - "clipboard": "external" | |
| 2 | + "filemanager.openonstart": true, | |
| 3 | + "fzfarg": "--preview 'bat -f -p {}'", | |
| 4 | + "fzfcmd": "/usr/local/bin/mfzf", | |
| 5 | + "fzfopen": "newtab", | |
| 6 | + "fzfpath": "relative", | |
| 7 | + "pluginrepos": [ | |
| 8 | + "https://raw.githubusercontent.com/MuratovAS/micro-fzfinder/main/repo.json" | |
| 9 | + ], | |
| 10 | + "reload": "auto" | |
| 10 | 11 | } |