summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Isom <John.Isom2001@gmail.com>2020-07-28 16:03:15 -0600
committerJohn Isom <John.Isom2001@gmail.com>2020-07-28 16:03:15 -0600
commit8f0b56be1fa1e2bbd94513dedac2d8c81c65bcd6 (patch)
tree9db61e9bc6761716c2d8c9e30599ac432d6e29b4
parent6cf0856a15e9456300860ff323ee7d771b911485 (diff)
Update deindenting in css.kak
-rw-r--r--rc/filetype/css.kak2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/filetype/css.kak b/rc/filetype/css.kak
index 62a93192..4522effb 100644
--- a/rc/filetype/css.kak
+++ b/rc/filetype/css.kak
@@ -72,7 +72,7 @@ define-command -hidden css-indent-on-new-line %[
# indent after lines ending with with {
try %[ execute-keys -draft k <a-x> <a-k> \{$ <ret> j <a-gt> ]
# deindent closing brace when after cursor
- try %[ execute-keys -draft <a-x> <a-k>^\h*\}\h*$<ret> hm <a-S> 1<a-&> ]
+ try %[ execute-keys -draft <a-x> <a-k>^\h*\}\h*$<ret> <a-/> \} <ret> m <a-S> 1<a-&> ]
]
]