plugin/threesomelib/util/keys.py @ 529e0dedf98c

Cleanup and layout documentation.
author Steve Losh <steve@stevelosh.com>
date Mon, 13 Jun 2011 15:22:09 -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))