R Markdown Code Snippets in NeoVim VIMRC

[linkstandalone]


Im actually learning to love the code snippet functionality of vim quite a lot.


The power of vim is that fingers are always on the keyboard and that the language of vim i.e. the thought that diw inside vim is delete inner word makes it powerful to incorporate these actions of text and word objects while simultaniously creating code snippets and modification of the code through these actions.


This really came in handy with inserting images in RMarkdown instead of using the markdown syntax for image insertion that i for some reason seem to have such trouble with.


The video on this is HERE



Return To Blog Page