This is a simple way to open your current file in VIM. Do the following inside VIM :! open % If my file is an html file, Boom! It opens my html file in the browser. Though English is my…
This is a simple way to open your current file in VIM. Do the following inside VIM :! open % If my file is an html file, Boom! It opens my html file in the browser. Though English is my…
I am in a researching binge today on how to run a terminal inside vim because of my interest to RubyMotion’s Terminal based workflow. In my previous post, I taught you how to install the VimShell In this post, I…
Vim offers tremendous productivity gain. It would be great to execute the shell inside it to increase it further. This article will teach you how to do just that. I am using pathogen. If you want to follow this post,…
After discovering about Sublime Text 2, I am slowly replacing VIM as my editor of choice. Unfortunately Sublime doesnt support some of the things I need yet so I searched for a plugin to quickly open VIM from inside it.…
I am having problems updating my sublime setup in Linux Mint. While reading, I found this way of refreshing my sublime setup. But it is quite buried inside the forum posts, so I thought to give it its own blog…