From 8fad9a5ecddc88d57a531e4b0084544984f23d25 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Sat, 16 Jul 2022 18:13:16 -0400 Subject: Added profile and other missing configs --- .config/micro/bindings.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .config/micro/bindings.json (limited to '.config/micro/bindings.json') diff --git a/.config/micro/bindings.json b/.config/micro/bindings.json new file mode 100644 index 0000000..7df9d2e --- /dev/null +++ b/.config/micro/bindings.json @@ -0,0 +1,10 @@ +{ + "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 " +} -- cgit v1.2.3