mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-24 07:53:41 +03:00
9a5cf2fc9f
Giving an explicit register uses its content for the default value to use if the user does not enter anything. This enables: `set-register a %{commands}; execute-keys '"a:<ret>'` `set-register a %{shell script}; execute-keys '"a|<ret>'` ... This provides a nice way to avoid the need to escape keys to use those normal mode commands. Fixes #3825
2 lines
9 B
Plaintext
2 lines
9 B
Plaintext
"a|<ret>
|