Skip to content

Instantly share code, notes, and snippets.

View bluemwhitew's full-sized avatar

Matt Walters bluemwhitew

View GitHub Profile
@bluemwhitew
bluemwhitew / autoexec.cfg
Last active October 11, 2023 18:53
Counter-Strike 2 (CS2) Config
// * Aliases
alias "exit" "quit"
// * Bindings
// Mouse
bind "mouse1" "+attack"
bind "mouse2" "+attack2"
bind "mouse3" "+reload"
@bluemwhitew
bluemwhitew / preferences.sublime-settings
Last active April 4, 2016 18:51
Sublime Text Preferences
{
"bold_folder_labels": true,
"caret_style": "phase",
"default_line_ending": "unix",
"dictionary": "Packages/Language - English/en_GB.dic",
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": true,
"fold_buttons": true,
"font_size": 10,
"gutter": true,