Created
June 10, 2018 16:34
-
-
Save jerrymarino/cce9767cb4dda276ef86793b4a6d2288 to your computer and use it in GitHub Desktop.
Insert content into vim buffer programmatically
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" 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