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
{ | |
"Lex_Id" : { | |
"Type" : 1, | |
"Styles" : "", | |
"CFont" : "#D6DEEB", | |
"CBack" : "", | |
"CBorder" : "", | |
"Border" : "0,0,0,0" | |
}, | |
"Lex_Id1" : { |
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
// based on egoist's work in @poi/plugin-puppet | |
// https://github.com/egoist/poi/tree/master/plugins/puppet | |
// npm install -D serve-static | |
const util = require('util'); | |
const http = require('http'); | |
const serveStatic = require('serve-static'); |
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
" ============================================================================ " | |
" === DEPENDENCIES === " | |
" ============================================================================ " | |
" fzf - https://github.com/junegunn/fzf | |
" ripgrep - https://github.com/BurntSushi/ripgrep | |
" vim-plug - https://github.com/junegunn/vim-plug | |
" ============================================================================ " | |
" === EDITING OPTIONS === " |
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
# increase scroll-back history | |
set -g history-limit 5000 | |
# Alt + c enters copy mode | |
bind-key -n M-c copy-mode | |
# Alt + arrows to navigate between panes | |
bind-key -n M-Up select-pane -U | |
bind-key -n M-Down select-pane -D | |
bind-key -n M-Left select-pane -L |
NewerOlder