Skip to content

Instantly share code, notes, and snippets.

View styts's full-sized avatar

Kirill Stytsenko styts

View GitHub Profile
@styts
styts / index.js
Last active March 6, 2018 17:32
Sample Tropy plugin
'use strict'
class Plugin {
constructor(config, context) {
this.config = config
this.context = context
}
async export(data) {
const { logger } = this.context
@styts
styts / cVimrc
Last active August 29, 2015 14:17
set nohud
set smoothscroll
set noautofocus
set typelinkhints
let hintcharacters = "asdfcnjkl"
" redefine H, L for switching tabs and history forward/back
unmap h
unmap l
unmap H