Skip to content

Instantly share code, notes, and snippets.

@anovsiradj
Created March 14, 2021 09:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anovsiradj/125d8f3fc6ae7ad3620fec06aa09811f to your computer and use it in GitHub Desktop.
Save anovsiradj/125d8f3fc6ae7ad3620fec06aa09811f to your computer and use it in GitHub Desktop.
Sublime Merge Override Shortcuts
[
{
"keys": ["ctrl+s"],
"command": "noop"
},
{
"keys": ["F4"],
"command": "noop"
},
{
"keys": ["F5"],
"command": "noop"
},
{
"keys": ["F6"],
"command": "noop"
},
{
"keys": ["F7"],
"command": "noop"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment