diff --git a/.config/kak/autoload/fmt.kak b/.config/kak/autoload/fmt.kak index b32ac39f..473e7361 100644 --- a/.config/kak/autoload/fmt.kak +++ b/.config/kak/autoload/fmt.kak @@ -50,7 +50,8 @@ define-command -hidden fmt-impl-window %{ # We use '' (U+E000) to save and restore the cursor # position after the pipe. - execute-keys 'cpS\n+\z|sd"cP' + execute-keys 'cp_S\n+\z|sd"cP' + # execute-keys 'cpS\n+\z|sd"cP' set-register s "%val{selections_desc}" }