Skip to content
Archive of posts tagged vi

cream bash ide – vim with bash support

  Here you can find the cream editor. This is basically vim editor with lots of customizations thus making it simpler for the users to use the editor directly. This version already has the bash and perl support plugins and thus you can start using them as IDE without the need to add any plugins. [...]

Get yourself som new themes for vim

Well, you would already have some themes for your vim, by default. And if you did not like them then you would have added some of your own too (downloaded from vim.org). But, those are something, that you might not still like and want to make some changes. Here’s, a new way to do it. [...]

g flag in :s useless in vim

Some time back there was a post on vim_use list about the “/g” flag for the search and replace functionality of the vim. And the response of “Tim Chase” on the same was very elaborate and interesting. I always knew that “/g” is only for replacing multiple occurrences on the same line, but here are [...]