Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jerrymarino/cce9767cb4dda276ef86793b4a6d2288 to your computer and use it in GitHub Desktop.
Save jerrymarino/cce9767cb4dda276ef86793b4a6d2288 to your computer and use it in GitHub Desktop.
Insert content into vim buffer programmatically
" Insert content into vim buffer programmatically
" Exe:
:exe ":normal i" . "some"
" FeedKeys:
:call feedkeys("i". "some")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment