Skip to content

Instantly share code, notes, and snippets.

@fzf
Created June 17, 2012 05:25
Show Gist options
  • Save fzf/2943492 to your computer and use it in GitHub Desktop.
Save fzf/2943492 to your computer and use it in GitHub Desktop.
Sublime Text 2 Vintage Mode Clipboard History
[
{ "keys": ["Y"], "command": "clipboard_copy",
"context": [{"key": "clipboardcopy_fake", "operator":"equal", "operand":true}, {"key": "setting.command_mode"}]
},
{ "keys": ["y"], "command": "clipboard_copy",
"context": [{"key": "clipboardcopy_fake", "operator":"equal", "operand":true}, {"key": "setting.command_mode"}]
},
{ "keys": ["D"], "command": "clipboard_copy",
"context": [{"key": "clipboardcopy_fake", "operator":"equal", "operand":true}, {"key": "setting.command_mode"}]
},
{ "keys": ["d"], "command": "clipboard_copy",
"context": [{"key": "clipboardcopy_fake", "operator":"equal", "operand":true}, {"key": "setting.command_mode"}]
}
]
@fzf
Copy link
Author

fzf commented Jun 17, 2012

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment