Created
January 23, 2015 03:40
-
-
Save cemeng/1ddda08179da451138e3 to your computer and use it in GitHub Desktop.
VIM keystrokes for editing strip report
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:g/^\s\+$/d | |
:%s/^/{ description: "/g | |
:%s/\s\+(pull down menu) /", option_id: "/g | |
:%s/\s\+\(\w\+\)$/", part_id: "\1" },/g |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment