1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-11-25 10:32:19 +03:00

Merge remote-tracking branch 'lenormf/rc/autowrap.kak'

This commit is contained in:
Maxime Coste 2015-08-04 23:06:28 +01:00
commit 102a854125

View File

@ -23,7 +23,7 @@ def autowrap-selection %{
def autowrap-enable %{
hook -group autowrap window InsertChar [^\n] %{
try %{
exec -draft "x:autowrap-selection<ret>"
exec -draft "<a-x>:autowrap-selection<ret>"
}
}
}