This website requires JavaScript.
Explore
Help
Sign In
xenia
/
kakoune
Watch
1
Star
0
Fork
0
You've already forked kakoune
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
38efe8b421
kakoune
/
test
/
normal
/
pipe-to-reg
/
cmd
2 lines
25 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Support explicit register for :, |, ! and $ commands 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
2020-10-20 12:45:29 +02:00
"a<a-|><ret>:e! out<ret>
Reference in New Issue
Copy Permalink
Mastodon