Skip to content

Instantly share code, notes, and snippets.

@jriverac
Last active August 21, 2019 20:33
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 jriverac/b5fa57ba0ff61688cc54e159459d64d9 to your computer and use it in GitHub Desktop.
Save jriverac/b5fa57ba0ff61688cc54e159459d64d9 to your computer and use it in GitHub Desktop.
[
{ "keys": ["ctrl+h"], "command": "dash_doc"},
{
"command": "reveal_in_side_bar",
"keys": [
"ctrl+shift+r"
]
},
{
"command": "dash_doc",
"keys": [
"ctrl+h"
]
},
{
"command": "mermaid_view",
"keys": [
"ctrl+shift+m"
]
},
{
"command": "go_to_symbol_in_project",
"keys": [
"super+alt+r"
]
},
{
"args": {
"permalink": false
},
"command": "githubinator",
"keys": [
"super+\\"
]
},
{
"args": {
"permalink": true
},
"command": "githubinator",
"keys": [
"shift+super+\\"
]
},
{
"command": "mermaid_view",
"keys": [
"shift+option+m"
]
},
{
"args": {
"by": "subwords",
"forward": false
},
"command": "move",
"keys": [
"alt+left"
]
},
{
"args": {
"by": "subword_ends",
"forward": true
},
"command": "move",
"keys": [
"alt+right"
]
},
{
"args": {
"by": "subwords",
"extend": true,
"forward": false
},
"command": "move",
"keys": [
"alt+shift+left"
]
},
{
"args": {
"by": "subword_ends",
"extend": true,
"forward": true
},
"command": "move",
"keys": [
"alt+shift+right"
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment