Simplify closing brace indentation

Edits same line as previous commit. I replaced a complex selection command
with a simple 1-keystroke alternative.
This commit is contained in:
John Isom 2020-07-27 20:48:10 -06:00
parent f958a318c1
commit 8c9afa8a91

View File

@ -49,7 +49,7 @@ define-command -hidden json-trim-indent %{
define-command -hidden json-indent-on-char %<
evaluate-commands -draft -itersel %<
# align closer token to its opener when alone on a line
try %< execute-keys -draft <a-h> <a-k> ^\h+[\]}]$ <ret> m s \A|.\z <ret> 1<a-&> >
try %< execute-keys -draft <a-h> <a-k> ^\h+[\]}]$ <ret> m <a-S> 1<a-&> >
>
>