diff options
| author | Zach DeCook <zach.decook@bettercarpeople.com> | 2023-07-17 14:31:17 -0400 |
|---|---|---|
| committer | Zach DeCook <zach.decook@bettercarpeople.com> | 2023-07-17 14:31:17 -0400 |
| commit | 2ddd6f75781f427b6306527fbed15a42e893a93d (patch) | |
| tree | a42ec5596eb9b188b1cdd9c8a0295a775fe297c0 /.config | |
| parent | 73660cce390ca7038c2ab01f5f90281ea98b895e (diff) | |
| download | dotfiles-2ddd6f75781f427b6306527fbed15a42e893a93d.tar.gz | |
Micro: Add bounce plugin
Diffstat (limited to '.config')
| -rw-r--r-- | .config/micro/bindings.json | 1 |
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", |
