tenseleyflow/ndotfiles / b993ac7

Browse files

relink micro things

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
b993ac7456bda1be634566e366d677c917f90169
Parents
941e9ca
Tree
803bc38

2 changed files

StatusFile+-
M micro/bindings.json 10 0
M micro/settings.json 9 8
micro/bindings.jsonmodified
@@ -1,9 +1,19 @@
11
 {
22
     "Alt-/": "lua:comment.comment",
3
+    "Alt-Ctrl-Space": "command:palettero",
4
+    "Alt-Enter": "command:filemanager.try_open_at_cursor",
35
     "Alt-d": "command:definition",
46
     "Alt-f": "command:fzfinder",
7
+    "Alt-g": "command:fexec rg -n --no-heading --color never {w}",
8
+    "Alt-j": "command:pipe jq .",
59
     "Alt-k": "command:hover",
610
     "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",
717
     "CtrlP": "command:palettero",
818
     "CtrlSpace": "command:palettero",
919
     "CtrlUnderscore": "lua:comment.comment",
micro/settings.jsonmodified
@@ -1,10 +1,11 @@
11
 {
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"
1011
 }