Skip to content

Instantly share code, notes, and snippets.

#IfWinActive SOLIDWORKS
<+LButton::MButton
#IfWinActive SOLIDWORKS
<^LButton::MButton
# Inside httpd-vhost.conf
<VirtualHost *:80>
ServerName docserver.proj
DocumentRoot "C:\Users\....\projectfolder\site"
ErrorLog "C:\Users\....\projectfolder\logs\errors.log"
CustomLog "C:\Users\....\projectfolder\logs\access.log" common
# Cycle through tabs in the correct or intuitive order.
'body':
'ctrl-tab ^ctrl': 'unset!'
'ctrl-tab': 'pane:show-next-item'
'ctrl-shift-tab ^ctrl': 'unset!'
'ctrl-shift-tab': 'pane:show-previous-item'
@tedz2usa
tedz2usa / My Sublime Text 3 Settings
Last active May 18, 2019 10:46
My Sublime Text 3 Settings
# Key Bindings – User
{
"keys" : ["f5"],
"command" : "refresh_folder_list"
}