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 \{$ j ] # deindent closing brace when after cursor - try %[ execute-keys -draft ^\h*\}\h*$ hm 1 ] + try %[ execute-keys -draft ^\h*\}\h*$ \} m 1 ] ] ]