beforeRunningCommand nop command # Search order: # - Current project. # - TM_PYTHONDEV_DOCS. # - Online docs in development. html_index=$TM_PROJECT_DIRECTORY/Doc/build/html/index.html if [[ -f $html_index ]]; then open $html_index elif [[ $TM_PYTHONDEV_DOCS ]]; then open $TM_PYTHONDEV_DOCS else open http://docs.python.org/dev/ fi input none keyEquivalent @H name Open Docs output discard uuid BF336FFF-E14D-4BF1-A156-71CF768AC034