From 54577f4f7ccd88348a31fe0c8893bf203bcf4926 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 29 Jun 2013 01:35:43 -0400 Subject: move python shebang/common imports to yasnippet --- snippets/python-mode/shebang | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 snippets/python-mode/shebang (limited to 'snippets/python-mode/shebang') diff --git a/snippets/python-mode/shebang b/snippets/python-mode/shebang new file mode 100644 index 0000000..26da506 --- /dev/null +++ b/snippets/python-mode/shebang @@ -0,0 +1,5 @@ +# name: python shebang +# key: #! +# -- +#!/usr/bin/env python${1:3} +$0 -- cgit v1.2.3