This is my dark colour scheme for VIM, which is based on rdark colour scheme. I have done some colour changes to
- highlight current line,
- type,
- special words
- and keywords.
Download colour scheme
Happy Vimming!
Programming experience brought to light.
This is my dark colour scheme for VIM, which is based on rdark colour scheme. I have done some colour changes to
Posted by Indian Lycan at 1:27 PM 2 comments
Labels: VIM editor color scheme
Slippery Snippets brings the HOT HOT feature of TextMate to VIM. Define you snippet in snippets file and use the snippets with a single <TAB
Just download the VIMBALL file and load it in VIM. Then use the sourcing command to extract it.
:so %
The content will be extracted to appropriate locations in the VIM's directory. Now, open a C++ source file and type "do"; then hit the
{ Note: Snippet files can be found at "vim/vimfiles/after/ftplugin". Refer the snippets files for creating your own snippets.}
Enjoy the Snippets!
Posted by Indian Lycan at 10:37 AM 0 comments
CrimsonEditor is a very clean, simple and lightweight editor for windows. And for a very long time there was no development. But now a team has come up with an idea to build cross platform editor using wxWindows and they call it EmeraldEditor.
I don't think i would be as light as Crimson, because WxWidgets is a huge and heavy library and makes the application a bit bloated.
Lets wait and check it out.
Posted by Indian Lycan at 7:16 AM 0 comments
TextMate has created a big impression in the minds of programmers, especially ROR developers. It seems that TextMate provides a very elegant look plus a number of features that makes development faster and cleaner.
Intype is a new programmers editor coming up with similar features for windows. The team has released an Alpha version of the editor.
It looks good, but some of the basic functionalities are not working for e.g undo is not implemented.
Posted by Indian Lycan at 2:01 AM 0 comments