Skip to content

Instantly share code, notes, and snippets.

View admwx7's full-sized avatar

Austin Murdock admwx7

View GitHub Profile
@admwx7
admwx7 / keybindings.json
Last active November 25, 2018 20:27
Keybindings file to use in Visual Studio Code along with the atom keymap extension
[
{ "key": "ctrl+shift+s", "command": "workbench.action.files.saveAll" },
{ "key": "ctrl+d", "command": "editor.action.copyLinesDownAction" },
{ "key": "ctrl+shift+d", "command": "editor.action.deleteLines" },
{ "key": "alt+right", "command": "cursorEnd" },
{ "key": "alt+left", "command": "cursorHome" },
{ "key": "alt+shift+right", "command": "cursorEndSelect" },
{ "key": "alt+shift+left", "command": "cursorHomeSelect" }
]
@admwx7
admwx7 / genesis_public_key
Created February 21, 2018 16:12
genesis_public_key
04d109ca41f119c12311398e4eb89c3a373a45f64bc3b8e98f933d3c43f28373bca0629f25443a4364c24f48b0bdd00823448f1932a29aaf93daa68b6ead0bb2cd
@admwx7
admwx7 / .travis.yml
Created February 19, 2018 23:13
TravisCI + Polymer2 element config files
language: node_js
sudo: false
node_js: stable
addons:
firefox: latest
chrome: stable
dist: trusty
install:
- npm i -g bower polymer-cli
@admwx7
admwx7 / keymap.cson
Created January 23, 2018 19:55
Programming environment configuration files
'body':
'ctrl-shift-s': 'window:save-all'
'.workspace .editor':
'ctrl-d': 'editor:duplicate-lines'
'ctrl-shift-D': 'editor:delete-line'
'.editor':
'alt-shift-right': 'editor:select-to-end-of-line'
'alt-right': 'editor:move-to-end-of-line'
@admwx7
admwx7 / .browserslistrc
Last active January 30, 2018 17:36
GIT repo config files
> 1%
last 3 versions
Firefox ESR
not Explorer <= 11
not OperaMini all
not Android < 62
not BlackBerry <= 10
not ExplorerMobile <= 11
not UCAndroid <= 11.4
not QQAndroid <= 1.2