diff options
| author | Maxime Coste <mawww@kakoune.org> | 2018-03-28 08:27:46 +1100 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2018-03-28 08:27:46 +1100 |
| commit | fccb1bc3db6984b80f4349fc9d0e5bc535e0f588 (patch) | |
| tree | 841300ead18d3763f9144289847469831134f0bd | |
| parent | ed677d2f055c350bab3bd2f11b8dbcd9931966a2 (diff) | |
| parent | e661fece722d0b1376a22369820898a19fbda0ab (diff) | |
Merge remote-tracking branch 'Delapouite/comment'
| -rw-r--r-- | rc/core/comment.kak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/core/comment.kak b/rc/core/comment.kak index ae3109be..0aa8b186 100644 --- a/rc/core/comment.kak +++ b/rc/core/comment.kak @@ -145,7 +145,7 @@ define-command comment-line -docstring '(un)comment selected lines using line co } evaluate-commands -draft %{ # Select the content of the lines, without indentation - execute-keys <a-s>gi<a-l> + execute-keys <a-s>_ try %{ # Keep non-empty lines |
