Skip to content

Instantly share code, notes, and snippets.

@gerad
Last active January 16, 2016 17:14
Show Gist options
  • Save gerad/983fb40011e75644dfb2 to your computer and use it in GitHub Desktop.
Save gerad/983fb40011e75644dfb2 to your computer and use it in GitHub Desktop.

Vim Notes

copy to mac clipboard

:w !pbcopy

paste from mac clibpoard

:r !pbpaste

pipe the entire buffer to a shell command

:%w !wc -l

filter the selection through a shell command

:!cut -f2-4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment