| Vim | ||||
|---|---|---|---|---|
| Name | Memo | |||
| GVim | Kaoriya's vim | |||
| vimrc | ||||
|---|---|---|---|---|
| Date | Name | Memo | ||
| 2008-11-20 | vimrc | vimrc file. | ||
| Syntax | ||||
|---|---|---|---|---|
| Name | Memo | |||
| gnuplot.vim | Syntax highlighting for Gnuplot | |||
| Indent | ||||
|---|---|---|---|---|
| Name | Memo | |||
| tex.vim | This is an indent file for LaTeX. | |||
| Plugins | ||||
|---|---|---|---|---|
| Name | Memo | |||
| autocomplpop.vim | Automatically open the popup menu for completion | |||
| fuzzyfinder.vim | Fuzzy/Partial pattern explorer for buffer/file/MRU/command/bookmark/tag/etc. | |||
| matchit.zip | extended % matching for HTML, LaTeX, and many other languages | |||
| movewin.vim | Move GUI window using the keyboard | |||
| project.tar.gz | Organize/Navigate projects of files (like IDE/buffer explorer) | |||
| snippetsEmu | An attempt to emulate TextMate's snippet expansion | |||
| surround.vim | Delete/change/add parentheses/quotes/XML-tags/much more with ease | |||
| taglist.vim | Source code browser (supports C/C++, java, perl, python, tcl, sql, php, etc) | |||
| taskpaper.vim | TaskPaper to-do list format support | |||
| The NERD Commenter | A plugin that allows for easy commenting of code for many filetypes. | |||
| YankRing.vim | Maintains a history of previous yanks and deletes | |||
| dictionary files (./vimrc/dict/) | ||||
|---|---|---|---|---|
| Date | Name | Memo | ||
| 2008-03-01 | c.dict | C | ||
| 2008-03-01 | dosbatch.dict | Windows dos batch. | ||
| 2009-07-23 | gnuplot.dict | Gnuplot. | ||
| 2008-03-01 | j2se14.dict | Java. | ||
| 2008-03-01 | javascript.dict | JavaScript. | ||
| 2008-03-01 | perl.dict | Perl. | ||
| 2008-03-01 | php.dict | PHP. | ||
| 2008-03-01 | r5rs.dict | Scheme R5RS. | ||
| 2008-03-01 | srfi.dict | Scheme SRFI. | ||
| 2008-03-01 | tex.dict | LaTeX. | ||
| 2008-03-01 | vbscript.dict | VBScript. | ||
| 2008-03-01 | wsh.dict | Windows Scripting Host. | ||
| 2008-03-01 | xul.dict | XUL. | ||
| snippet files (snippetsEmu.vim) | ||||
|---|---|---|---|---|
| Date | Name | Memo | ||
| 2008-08-06 | c_snippets.vim | C. | ||
| 2008-11-11 | css_snippets.vim | Cascading Style Sheets. | ||
| 2008-08-15 | dosbatch_snippets.vim | Windows dos batch. | ||
| 2008-11-11 | html_snippets.vim | HTML. | ||
| 2009-07-08 | perl_snippets.vim | Perl. | ||
| 2008-07-30 | tex_snippets.vim | LaTeX. | ||
| 2008-11-11 | xhtml_snippets.vim | XHTML. | ||
| my color scheme | ||||
|---|---|---|---|---|
| Date | Name | Memo | Screenshot | |
| 2008-08-06 | chlordane.vim | GHOST IN THE SHELL like colorscheme. | preview | |
| 2008-08-19 | rootwater.vim | A dark color scheme. | preview | |
| 2008-08-27 | louver.vim | A light background color scheme. | preview | |
| 2008-08-29 | simplewhite.vim | A light background color scheme. | preview | |
| 2008-09-02 | darkbone.vim | This is a dark background color scheme for the GUI. | preview | |
| 2008-09-25 | win9xblueback.vim | Windows9x blue back screen like colorscheme. | preview | |
| 2008-10-08 | darkeclipse.vim | A dark color scheme for the GUI . | preview | |
| tools | ||||
|---|---|---|---|---|
| Site | Memo | |||
| diff for Win |
show differences between filesr. ref: http://nanasi.jp/articles/howto/diff/vimdiff_in_windows.html |
|||
| exuberant ctags |
generates an index (or tag) file of language objects found in source files that allows these items to be quickly and easily located by a text editor or other utility. A tag signifies a language object for which an index entry is available (or, alternatively, the index entry created for that object). ref: http://nanasi.jp/articles/others/ctags.html |
|||
| links | ||||
|---|---|---|---|---|
| Site | Memo | |||
| vim online | ||||
| vim plugins watching. - Vimpi | ||||