Last active
February 16, 2017 15:02
-
-
Save mikeumus/be010c495302c4caad5b9ff019be4794 to your computer and use it in GitHub Desktop.
E349: No identifier under cursor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = { | |
config: { | |
hypernpm: { | |
1: "build", | |
2: "build:prod", | |
3: "test" | |
}, | |
visor: { | |
hotkey: 'CommandOrControl+Shift+Z' | |
}, | |
// default font size in pixels for all tabs | |
fontSize: 14, | |
// font family with optional fallbacks | |
fontFamily: 'Menlo, "DejaVu Sans Mono", Consolas, "Lucida Console", monospace', | |
// terminal cursor background color and opacity (hex, rgb, hsl, hsv, hwb or cmyk) | |
cursorColor: 'rgba(248,28,229,0.8)', | |
// `BEAM` for |, `UNDERLINE` for _, `BLOCK` for â~V~H | |
cursorShape: 'BLOCK', | |
// color of the text | |
foregroundColor: '#fff', | |
// terminal background color | |
backgroundColor: '#000', | |
// border color (window, tabs) | |
borderColor: '#333', | |
// custom css to embed in the main window | |
css: '', | |
// custom css to embed in the terminal window | |
termCSS: '', | |
// set to `true` if you're using a Linux set up | |
// that doesn't shows native menus | |
// default: `false` on Linux, `true` on Windows (ignored on macOS) | |
showHamburgerMenu: 'true', dated: Thu Feb 16 09:56:17 2017 | |
file name: /c/Users/mmooring/.hyper.js | |
// set to `false` if you want to hide the minimize, maximize and close buttons | |
// additionally, set to `'left'` if you want them on the left, like in Ubuntu | |
// default: `true` on windows and Linux (ignored on macOS) | |
showWindowControls: 'true', | |
dated: Thu Feb 9 21:00:04 2017 | |
// custom padding (css format, i.e.: `top right bottom left`) | |
padding: '12px 14px',e editing the same file. If this is the case, | |
be careful not to end up with two different instances of the same | |
// the full list. if you're going to provide the full color palette, | |
// including the 6 x 6 color cubes and the grayscale map, just provide | |
// an array here instead of a color map object .hyper.js" | |
colors: {r the changes (see ":help recovery"). | |
Ifblack: '#000000',eady, delete the swap file ".hyper.js.swp" | |
tored: '#ff0000',sage. | |
green: '#33ff00', | |
Swap fyellow: '#ffff00'," already exists! | |
blue: '#0066ff', | |
magenta: '#cc00ff', | |
mmooricyan: '#00ffff',NGW64 /c/Users/mmooring | |
$ white: '#d0d0d0', | |
lightBlack: '#808080', | |
mmoorilightRed: '#ff0000',4 /c/Users/mmooring | |
$ rm .lightGreen: '#33ff00', | |
lightYellow: '#ffff00', | |
mmoorilightBlue: '#0066ff', /c/Users/mmooring | |
/c/Users/mmooring/.hyper.js [unix] (21:00 09/02/2017) 7,15 Top | |
Type :quit<Enter> to exit Vim |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment