Skip to content

Instantly share code, notes, and snippets.

@james2doyle
Last active April 14, 2022 16:05
Show Gist options
  • Save james2doyle/d5a010fd50f9a4ee9685d51ffbee4ebd to your computer and use it in GitHub Desktop.
Save james2doyle/d5a010fd50f9a4ee9685d51ffbee4ebd to your computer and use it in GitHub Desktop.
Nova 9 key bindings that emulate the ones in Sublime Text
{
"extensionCommands" : {
"sublime-merge.blame" : {
"shortcut" : "alt-ctrl-b"
}
},
"menuItems" : {
"AddCursorsAtEndOfLine" : {
"shortcut" : "cmd-shift-l"
},
"ChooseTask" : {
"shortcut" : "cmd-shift-b"
},
"CopyLinesDown" : {
"shortcut" : "cmd-shift-d"
},
"GoBack" : {
"shortcut" : "cmd-{"
},
"GoForward" : {
"shortcut" : "cmd-}"
},
"GoToSymbol" : {
"shortcut" : "cmd-r"
},
"MoveLinesDown" : {
"shortcut" : "cmd-ctrl-down"
},
"MoveLinesUp" : {
"shortcut" : "cmd-ctrl-up"
},
"NextTab" : {
"shortcut" : "cmd-alt-right"
},
"OpenQuickly" : {
"shortcut" : "cmd-p"
},
"PreviousTab" : {
"shortcut" : "cmd-alt-left"
},
"Print" : {
},
"Redo" : {
"shortcut" : "cmd-y"
},
"Reload" : {
"shortcut" : "f5"
},
"Run" : {
"shortcut" : "cmd-shift-r"
},
"SelectLine" : {
"shortcut" : "cmd-l"
},
"ShowClipsSidebar" : {
},
"ShowProjectSettings" : {
"shortcut" : "alt-ctrl-p"
},
"ToggleBreakpointsEnabled" : {
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment