Skip to content

Latest commit

 

History

History
158 lines (112 loc) · 1.32 KB

slides.md

File metadata and controls

158 lines (112 loc) · 1.32 KB

VIMDECK

PURE AWESOME

VIM ROCKS!

NUMBERED LIST

  1. This is how a numbered list
  2. Looks in vimdeck
  3. What do you think?

BULLETS

• First {• Second • Third}

BULLETS

{• First} • Second {• Third}

BULLETS

{• First • Second} • Third

CODE

module Parts
  class foo
    def slide
     "of a"
    end

    def can
      highlight = "vimdeck"
    end
  end
end

CODE

{~module Parts
  class foo
    def slide
     "of a"
    end

    def can
      highlight = ~}"vimdeck"{~
    end
  end
end~}

CODE

{~module Parts
  class foo
    def slide
     "of a"
    end

    def~} can
      {~highlight = "vimdeck"
    end
  end
end~}

CODE

{~module Parts
  class foo
    def slide
     "of a"
    end

    def can~}
      highlight {~= "vimdeck"
    end
  end
end~}

CODE

{~module~} Parts
  {~class foo
    def slide
     "of a"
    end

    def can
      highlight = "vimdeck"
    end
  end
end~}

CODE

{~module Parts
  class foo
    def slide~}
     "of a"
    {~end

    def can
      highlight = "vimdeck"
    end
  end
end~}

CODE

{~module Parts
  class foo
    def~} slide
     {~"of a"
    end

    def can
      highlight = "vimdeck"
    end
  end
end~}

The End!