This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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' | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Key Bindings – User | |
{ | |
"keys" : ["f5"], | |
"command" : "refresh_folder_list" | |
} | |
NewerOlder