Skip to content

Instantly share code, notes, and snippets.

View LuisJLopez's full-sized avatar

Luis J Lopez LuisJLopez

View GitHub Profile
@LuisJLopez
LuisJLopez / hyper.js
Created March 31, 2020 14:12
Hyper Config File
// 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: {
// choose either `'stable'` for receiving highly polished,
// or `'canary'` for less polished but more frequent updates
updateChannel: 'stable',
{
"window.zoomLevel": -0.5,
"workbench.editor.enablePreview": false,
"editor.fontWeight": "600",
"workbench.colorTheme": "Horizon Bright Bold",
"gitlens.codeLens.enabled": false,
"editor.cursorWidth": 4,
"editor.smoothScrolling": true,
"editor.cursorBlinking": "phase",
"editor.scrollBeyondLastLine": false,