Skip to content

Instantly share code, notes, and snippets.

@suzmas
suzmas / vim.md
Last active April 26, 2017 01:36
Vim commands I use / find helpful while learning

Vim for Me

  • Set cwd to current directory:

    :cd %:p:h

  • Set args to all the files in cwd

    :args **/*