summaryrefslogtreecommitdiff
path: root/.config/micro/bindings.json
diff options
context:
space:
mode:
Diffstat (limited to '.config/micro/bindings.json')
-rw-r--r--.config/micro/bindings.json10
1 files changed, 0 insertions, 10 deletions
diff --git a/.config/micro/bindings.json b/.config/micro/bindings.json
deleted file mode 100644
index 7df9d2e..0000000
--- a/.config/micro/bindings.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "Alt-/": "lua:comment.comment",
- "Alt-a": "lua:snippets.Accept",
- "Alt-d": "lua:snippets.Cancel",
- "Alt-s": "lua:snippets.Insert",
- "Alt-w": "lua:snippets.Next",
- "CtrlUnderscore": "lua:comment.comment",
- "F5": "lua:wc.wordCount",
- "F6": "command-edit:gorename "
-}