Showing only posts tagged vim. Show all posts.

Vimscript: Run Command in Terminal

2 minute read.

A more recent vim feature is :term, the ability to have a terminal inside vim. This super useful feature now allows you to switch between your code and asynchroneously run compile commands very easily.

Since I use Visual C++ on Windows, I need to run vcvarsall.bat in my console …

I Fixed My Autocomplete

2 minute read.

I have been using vim for over two years now. Originally started with vrapper, which helped a lot: when I needed my original productivity, I was able to go back by switching off vim-mode in Eclipse. Later used vim mode in QtCreator until finally fully making the switch, every now …

Posted on in misc. Tags: vim.