summary refs log tree commit diff
path: root/.config
diff options
context:
space:
mode:
authorZach DeCook <zach.decook@bettercarpeople.com>2022-10-24 17:11:02 -0400
committerZach DeCook <zach.decook@bettercarpeople.com>2022-10-24 17:11:02 -0400
commit541f55b16250ea97f344145293c947625619d0c3 (patch)
tree9fd05edde69a1c7ffac02be2537a3847163d2318 /.config
parentbef368a6363dadb025515a6a6d989d6cb7a3574f (diff)
downloaddotfiles-541f55b16250ea97f344145293c947625619d0c3.tar.gz
micro: add jump
Diffstat (limited to '.config')
-rw-r--r--.config/micro/bindings.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/micro/bindings.json b/.config/micro/bindings.json
index 5a7992e..ee8c54a 100644
--- a/.config/micro/bindings.json
+++ b/.config/micro/bindings.json
@@ -1,13 +1,13 @@
 {
     "Alt-/": "lua:comment.comment",
-    "Alt-u": "command:upper",
     "Alt-l": "command:lower",
+    "Alt-u": "command:upper",
     "Ctrl-Down": "SpawnMultiCursorDown",
     "Ctrl-MouseWheelDown": "CursorDown",
     "Ctrl-MouseWheelUp": "CursorUp",
     "Ctrl-Up": "SpawnMultiCursorUp",
-    //"CtrlA": "StartOfTextToggle",
-    "ShiftPageUp": "SelectPageUp",
+    "CtrlUnderscore": "lua:comment.comment",
+    "F4": "command:jumptag",
     "ShiftPageDown": "SelectPageDown",
-    "CtrlUnderscore": "lua:comment.comment"
+    "ShiftPageUp": "SelectPageUp"
 }