Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update Default.sublime-keymap
  • Loading branch information
karlinjf committed May 3, 2018
1 parent 02e4497 commit 3b1fd77
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Default.sublime-keymap
Expand Up @@ -15,6 +15,10 @@
[
{"key": "selector", "operator": "equal", "operand": "source.c++"}
],
}
},

{ "keys": ["ctrl+\\"], "command": "chromium_xrefs_jump_to_definition" },

{ "keys": ["ctrl+shift+\\"], "command": "chromium_xrefs_jump_to_declaration" }
]

0 comments on commit 3b1fd77

Please sign in to comment.