Skip to content

Instantly share code, notes, and snippets.

@cemeng
Created January 23, 2015 03:40
Show Gist options
  • Save cemeng/1ddda08179da451138e3 to your computer and use it in GitHub Desktop.
Save cemeng/1ddda08179da451138e3 to your computer and use it in GitHub Desktop.
VIM keystrokes for editing strip report
: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