plugin/threesomelib/util/keys.py @ 7db534146a3e

Fix grid goto result, and hurr durr markdown.
author Steve Losh <steve@stevelosh.com>
date Mon, 13 Jun 2011 19:05:27 -0400
parents adb7e3942b34
children bc6297aefe4b
import vim


def bind(key, to, options='', mode=None, leader='<localleader>'):
    vim.command('nnoremap %s %s%s %s' % (options, leader, key, to))