plugin/threesomelib/util/keys.py @ 209e33502f27

Add the initial diff settings.
author Steve Losh <steve@stevelosh.com>
date Mon, 13 Jun 2011 16:32:33 -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))