Skip to content

Instantly share code, notes, and snippets.

@leoallen85
Forked from fzf/gist:2943492
Created October 29, 2013 15:28
Show Gist options
  • Save leoallen85/7216829 to your computer and use it in GitHub Desktop.
Save leoallen85/7216829 to your computer and use it in GitHub Desktop.
[
{ "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"}]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment