summaryrefslogtreecommitdiff
path: root/.config/micro/bindings.json
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@simplelittledream.com>2022-10-26 11:10:13 -0400
committerJacob McDonnell <jacob@simplelittledream.com>2022-10-26 11:10:13 -0400
commit6b6e91707ecf621a0bedad154351db8f1ccc2123 (patch)
treee0bed306b683c344e3f429817b1ef04daba1c2f6 /.config/micro/bindings.json
parent161a1bfb0b3e75e9f5241cd7dd8aafec455a67d5 (diff)
Working on merging to one branch
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 "
-}