Skip to content

Instantly share code, notes, and snippets.

@cnak
Last active September 6, 2015 01:20
Show Gist options
  • Save cnak/6282d27333f1f5f76670 to your computer and use it in GitHub Desktop.
Save cnak/6282d27333f1f5f76670 to your computer and use it in GitHub Desktop.
Check what is slowing vim down
:profile start profile.log
:profile func *
:profile file *
" At this point do slow actions
:profile pause
:noautocmd qall!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment