summaryrefslogtreecommitdiff
path: root/rc/filetype/pug.kak
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2022-04-15 08:14:17 +1000
committerMaxime Coste <mawww@kakoune.org>2022-07-05 08:43:40 +1000
commit2d8456db102e13f37a5cd271868c330d73580f6d (patch)
treee9c1c36be5bfa2ed61bea03462e1841bcde68a91 /rc/filetype/pug.kak
parent266d1c37d0d970a7eff747f5e6a5773a3cea39d8 (diff)
Move user mappings to <space> and keep/remove selection to ,
Diffstat (limited to 'rc/filetype/pug.kak')
-rw-r--r--rc/filetype/pug.kak2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/filetype/pug.kak b/rc/filetype/pug.kak
index f9520bbe..db05c9bc 100644
--- a/rc/filetype/pug.kak
+++ b/rc/filetype/pug.kak
@@ -74,7 +74,7 @@ define-command -hidden pug-indent-on-new-line %{
# copy '//', '|', '-' or '(!)=' prefix and following whitespace
try %{ execute-keys -draft k x s ^\h*\K[/|!=-]{1,2}\h* <ret> y gh j P }
# indent unless we copied something above
- try %{ execute-keys -draft <a-gt> <space> b s \S <ret> g l <a-lt> }
+ try %{ execute-keys -draft <a-gt> , b s \S <ret> g l <a-lt> }
}
}