Merge remote-tracking branch 'lenormf/rc/autowrap.kak'
This commit is contained in:
commit
22109ce677
|
@ -7,7 +7,7 @@ def -hidden _autowrap-cut-selection %{
|
||||||
try %{
|
try %{
|
||||||
# remove the whitespaces
|
# remove the whitespaces
|
||||||
# then save the indentation of the original line and apply it to the new one
|
# then save the indentation of the original line and apply it to the new one
|
||||||
exec -draft c<ret><esc> K <a-s> \' <a-&>
|
exec -draft c<ret><esc> K <a-&>
|
||||||
# if there's text after the current line, merge the two
|
# if there's text after the current line, merge the two
|
||||||
exec xX <a-k>[^\n]\n[^\n]<ret> <a-j>
|
exec xX <a-k>[^\n]\n[^\n]<ret> <a-j>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user