Skip to content

Instantly share code, notes, and snippets.

@rafaelmussi
rafaelmussi / .htaccess
Created January 23, 2013 11:09
.htaccess - performance
# This .htaccess file is used to speed up this website
# See https://github.com/sergeychernyshev/.htaccess
# ----------------------------------------------------------------------
# Proper MIME type for all files
#
# Copied from the HTML5 boilerplate project's .htaccess file
# https://github.com/h5bp/html5-boilerplate/blob/master/.htaccess
# ----------------------------------------------------------------------
@rafaelmussi
rafaelmussi / gist:3935674
Created October 23, 2012 00:02
ST2 Settings: BracketHighlighter
{
"quote_enable" : false,
"match_adjacent_only" : true,
"quote_scope" : "bracket.quote",
"curly_scope" : "bracket.curly",
"round_scope" : "bracket.round",
"square_scope": "bracket.square",
"angle_scope" : "bracket.angle",
"tag_scope" : "bracket.tag"
}
@rafaelmussi
rafaelmussi / gist:3743321
Created September 18, 2012 14:05
ST2 Settings: Preferences
{
"color_scheme": "Packages/Color Scheme - Default/Notepad++.tmTheme",
"default_encoding": "ISO-8859-1",
"font_face": "Courier New",
"font_size": 8,
"fade_fold_buttons": false,
"highlight_line": true,
"highlight_modified_tabs": true,
"auto_match_enabled": true,
"auto_complete": true,
@rafaelmussi
rafaelmussi / gist:3743313
Created September 18, 2012 14:04
ST2 Settings: Keymap [default]
[
{ "keys": ["ctrl+shift+t"], "command": "reopen_last_file" },
{ "keys": ["ctrl+e"], "command": "encode_html_entities" },
{ "keys": ["ctrl+t"], "command": "move_to", "args": {"to": "brackets"} },
{ "keys": ["f2"], "command": "next_bookmark" },
{ "keys": ["shift+f2"], "command": "prev_bookmark" },
{ "keys": ["ctrl+f2"], "command": "toggle_bookmark" },
{ "keys": ["ctrl+shift+f2"], "command": "clear_bookmarks" },
{ "keys": ["alt+f2"], "command": "select_all_bookmarks" },
{ "keys": ["ctrl+]"], "command": "unbound" },
@rafaelmussi
rafaelmussi / gist:3743237
Created September 18, 2012 13:53
ST2 Settings: Notepad++ Theme
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>name</key>
<string>Notepad++</string>
<key>settings</key>
<array>
<dict>
<key>settings</key>