Skip to content

Instantly share code, notes, and snippets.

@worldofprasanna
Last active November 3, 2016 16:53
Show Gist options
  • Save worldofprasanna/80c5ba6213658530a0e0a0d6ba0f3b68 to your computer and use it in GitHub Desktop.
Save worldofprasanna/80c5ba6213658530a0e0a0d6ba0f3b68 to your computer and use it in GitHub Desktop.
Quick Ref for Vim org mode

Useful commands in vim-orgmode

Headers

      1. *, **, etc for creating headings, sub headings
      2. To continue headers, press <enter> in normal mode
      3. >>, << to convert sub headers to headers or vice versa
      4. <Tab> and <S-Tab> to fold headers
      5. zm, zr to close the whole list

Checklist

      1. To create checklist <localleader>cn
      2. [ ] To continue press <enter> in normal mode
      3. [X] To toggle status <localleader>cc

Use - TODOS

      1. To create Todos start heading line with TODO text
      2. To toggle status of TODO <localleader>ct

Timestamps

      1. To add agenda timestamp to a todo or checklist, <localleader>sa
      2. Default today s date can be changed by add +1 or sat etc.
      Corresponding date will be noted down<2016-08-21 Sun>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment