Skip to content

Instantly share code, notes, and snippets.

View lucasengel's full-sized avatar

Lucas Engel lucasengel

View GitHub Profile
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_extra_width": 1,
"caret_style": "smooth",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"draw_white_space": "all",
"folder_exclude_patterns":
body {
background: #263238;
color : #89DDFF;
font: 14px/1.15 Hack;
white-space: pre;
}
a{
color: #C3E88D;
}
{
"editor.autoIndent": false,
"editor.colorDecorators": false,
"editor.cursorBlinking": "smooth",
"editor.cursorWidth": 3,
"editor.fontFamily": "Hack",
"editor.fontLigatures": true,
"editor.fontSize": 13,
"editor.fontWeight": "400",
"editor.formatOnSave": false,
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// default font size in pixels for all tabs
fontSize: 13,
// font family with optional fallbacks
[user]
email = [email]
name = [full name]
[core]
excludesfile = /Users/[username]/.gitignore
[color]
ui = true
status = auto
diff = auto
branch = auto
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
@lucasengel
lucasengel / keybindings.json
Last active October 15, 2019 02:16
VS Code Keybinding
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "ctrl+shift+tab",
"command": "workbench.action.previousEditor"
}, {
"key": "ctrl+tab",
"command": "workbench.action.nextEditor"
}, {
"key": "ctrl+tab",