wolfram mathematica - Shortcuts conflict between sublime text and textmate bundle -
wolfram mathematica - Shortcuts conflict between sublime text and textmate bundle -
i install sublime text 3 , bundle mathematica: https://github.com/dehowell/mathematica-tmbundle.
however, when text edit under mathematica mode, have shortkey conflict issues 3 commands, documentation current word (control + h)
, execute current statement / selection (shift + enter)
, , execute current document (command + r)
. these 3 shortcuts have been taken default in sublime text. example, (control + h) replacement
in sublime.
i tried modify user keymap in sublime text, not work. think right way modify bundle posted on github.
can help me how prepare this? want utilize textmate bundle because bundle sublime text bad.
you can alter shortcuts if set keyequivalent
in corresponding .tmcommand file value.
the original shortcut "documentation current word" can found @ line: https://github.com/dehowell/mathematica-tmbundle/blob/master/commands/documentation%20for%20current%20word.tmcommand#l15
the syntax easy, utilize set whatever letter / key want , utilize 1 / 2 / 3 of next modifiers: ^
(control), ~
(option), @
(command)
wolfram-mathematica sublimetext2 keyboard-shortcuts textmate textmatebundles
Comments
Post a Comment