Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed paste from clipboard shortcut for PopClip compatibility. If you want it, just add it to your user keybinding file: ``` { "keys": ["super+alt+v"], "command": "text_pastry_insert_text", "args": { "clipboard": true, "separator": "\\n" } }, ```
- Loading branch information