Skip to content

Instantly share code, notes, and snippets.

View notiv-nt's full-sized avatar

Mikhail Novikov notiv-nt

View GitHub Profile
(function(arr, cache) {
var wl = window.localStorage;
var insert = function(fileContent, elem) {
var el = document.createElement(elem);
el.innerHTML = fileContent;
document.querySelector('head').appendChild(el);
};
'use strict';
function List(integer, symbols) {
var defaults = {
integer: 0,
symbols: 'abcdefghiklmnopqrstvxyz0123456789'.split('')
}
@notiv-nt
notiv-nt / Brackets vim with dvorak
Created May 17, 2015 20:44
Brackets\www\thirdparty\CodeMirror2\keymap
// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: http://codemirror.net/LICENSE
/**
* Supported keybindings:
*
* Motion:
* h, j, k, l
* gj, gk
* e, E, w, W, b, B, ge, gE