Skip to content

Commit

Permalink
Update Default (OSX).sublime-keymap
Browse files Browse the repository at this point in the history
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
duydao committed Jul 6, 2014
1 parent 7a61e2d commit 427cce5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Default (OSX).sublime-keymap
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[
{ "keys": ["super+alt+n"], "command": "text_pastry_show_command_line", "args": { "text": "" } },
{ "keys": ["super+alt+t"], "command": "text_pastry_show_menu" },
{ "keys": ["super+alt+v"], "command": "text_pastry_insert_text", "args": { "clipboard": true, "separator": "\\n" } },
{ "keys": ["super+alt+b"], "command": "text_pastry_redo" },

{ "keys": ["up"], "command": "text_pastry_history_navigator", "args": { "reverse": true },
Expand Down

0 comments on commit 427cce5

Please sign in to comment.