My Code Style Toggle : help you toggle the style of the code blocks easily !
script karma |
Rating 32/12,
Downloaded by 993 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
luo chen |
|
script type |
utility |
|
description |
Your boss ask for some specific unique style of code blocks ?
This can help you toggle it easily and you can keep your own habit by this way .
just try to use <F5> and <F6> to toggle !
if (a == b) {
r = true ;
}
or :
if (a == b)
{
r = true ;
}
|
|
install details |
put the mycodestyle.vim file to dir vim/vim73/plugin or vim/vimfiles/plugin .
the default keys mapped is <F5> and <F6>. And you can change these by editting the source code.
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 142.132.191.50
|