Skip to content

Instantly share code, notes, and snippets.

@tonystubblebine
Created September 2, 2016 18:53
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tonystubblebine/55f738ba21fe43be177e2656141caeca to your computer and use it in GitHub Desktop.
Save tonystubblebine/55f738ba21fe43be177e2656141caeca to your computer and use it in GitHub Desktop.
VIM TODO List Macros
" check off a todo item and time stamp it
map gg ^rx: <Esc>:r! date +" [\%H:\%M]"<ENTER>kJA<Esc>$
" create a new todo item
map gt o _
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment