tenseleyflow/ndotfiles / c6c9cac

Browse files

micro stuff

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
c6c9cac4972fe11dc102b0d369f2d750c4f1ee6d
Parents
a9d3dbc
Tree
f76e919

3 changed files

StatusFile+-
A micro/bindings.json 14 0
A micro/palettero.cfg 0 0
A micro/settings.json 10 0
micro/bindings.jsonadded
@@ -0,0 +1,14 @@
1
+{
2
+    "Alt-/": "lua:comment.comment",
3
+    "Alt-d": "command:definition",
4
+    "Alt-f": "command:fzfinder",
5
+    "Alt-k": "command:hover",
6
+    "Alt-r": "command:references",
7
+    "CtrlP": "command:palettero",
8
+    "CtrlSpace": "command:palettero",
9
+    "CtrlUnderscore": "lua:comment.comment",
10
+    "F12": "command:makeup",
11
+    "F4": "command:jumptag",
12
+    "F5": "command:runit",
13
+    "F9": "command:makeupbg"
14
+}
micro/palettero.cfgadded
micro/settings.jsonadded
@@ -0,0 +1,10 @@
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"
10
+}