Skip to content

Instantly share code, notes, and snippets.

@urielm
Forked from monokrome/commands.py
Created July 18, 2013 21:32
Show Gist options
  • Save urielm/6033284 to your computer and use it in GitHub Desktop.
Save urielm/6033284 to your computer and use it in GitHub Desktop.
from vimpy import Command
class AwesomeCommand(Command):
def run(self):
print('I ran!')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment