summary refs log tree commit diff
path: root/.config
diff options
context:
space:
mode:
authorZach DeCook <zach.decook@bettercarpeople.com>2023-07-17 14:31:17 -0400
committerZach DeCook <zach.decook@bettercarpeople.com>2023-07-17 14:31:17 -0400
commit2ddd6f75781f427b6306527fbed15a42e893a93d (patch)
treea42ec5596eb9b188b1cdd9c8a0295a775fe297c0 /.config
parent73660cce390ca7038c2ab01f5f90281ea98b895e (diff)
downloaddotfiles-2ddd6f75781f427b6306527fbed15a42e893a93d.tar.gz
Micro: Add bounce plugin
Diffstat (limited to '.config')
-rw-r--r--.config/micro/bindings.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/micro/bindings.json b/.config/micro/bindings.json
index a699146..3432690 100644
--- a/.config/micro/bindings.json
+++ b/.config/micro/bindings.json
@@ -10,6 +10,7 @@
     "AltI": "command:decNum",
     "AltL": "command:upper",
     "Alt[": "command:square",
+    "Alt]": "lua:bounce.bounce",
     "Alti": "command:incNum",
     "Alt{": "command:curly",
     "Ctrl-Down": "SpawnMultiCursorDown",