LoremIpsum
LoremIpsum copied to clipboard
Shortcut should be configurable
Hi,
on Mac (Alt+Shift+L) is already used (natively) to print a pipe "|" You can imagine how your shortcut is making coding a bit harder with this behaviour :D
I searched a way to change the shortcut but It seems there is now way to do that. Can you help me? :)
Thanks
Yes major issue on OSX, did you find a solution ?
Nope, unfortunately :/
Just add in Sublime Text > Settings… > Key Bindings
{ "keys": ["alt+shift+l"], "command": "insert", "args": {"characters":"|"} },
{ "keys": ["super+alt+shift+l"], "command": "lorem_ipsum"}
# Or whatever shortcut you want