Skip to content

Instantly share code, notes, and snippets.

{
"version": 1,
"notes": "",
"documentation": "\"This file is a QMK Configurator export. You can import this at <https://config.qmk.fm>. It can also be used directly with QMK's source code.\n\nTo setup your QMK environment check out the tutorial: <https://docs.qmk.fm/#/newbs>\n\nYou can convert this file to a keymap.c using this command: `qmk json2c {keymap}`\n\nYou can compile this keymap using this command: `qmk compile {keymap}`\"\n",
"keyboard": "crkbd/rev1",
"keymap": "mylayout",
"layout": "LAYOUT_split_3x6_3",
"layers": [
[
"KC_TAB",
@t3kot3ko
t3kot3ko / cvim.css
Created May 7, 2018 15:33
cVim's CSS
#cVim-command-bar, #cVim-command-bar-mode, #cVim-command-bar-input, #cVim-command-bar-search-results,
.cVim-completion-item, .cVim-completion-item .cVim-full, .cVim-completion-item .cVim-left,
.cVim-completion-item .cVim-right {
font-family: Helvetica, Helvetica Neue, Neue, sans-serif, monospace, Arial;
font-size: 14pt !important;
-webkit-font-smoothing: antialiased !important;
}
#cVim-command-bar {
position: fixed;
@t3kot3ko
t3kot3ko / .cvimrc
Last active September 3, 2017 09:58
.cvimrc for Windows
set cncpcompletion
set noautofocus
set nosmoothscroll
let searchlimit = 10
let hintcharacters = "jklasdfuiopqwerghtnmcv"
map [[ closeTabsToLeft
map ]] closeTabsToRight