|
7 | 7 |
|
8 | 8 | ## VIM
|
9 | 9 |
|
10 |
| -* http://www.vim.org/ |
11 |
| -* http://vim.sourceforge.net/ |
12 |
| -* Vim documentation: usr_41: http://vimdoc.sourceforge.net/htmldoc/usr_41.html |
13 |
| -* map.txt: http://vimcdoc.sourceforge.net/doc/map.html |
14 |
| -* Vim FAQ: http://vimdoc.sourceforge.net/cgi-bin/vimfaq2html3.pl |
15 |
| -* Vim of AlloVince: http://avnpc.com/pages/vim-of-allovince |
16 |
| -* 奉献一个vim自动加载模板的插件: http://bbs.chinaunix.net/forum.php?mod=viewthread&tid=895258 |
17 |
| -* vim安装YouCompleteMe 插件: http://www.cnblogs.com/junnyfeng/p/3633697.html |
18 |
| -* 使用脚本编写 Vim 编辑器,第 1 部分: 变量、值和表达式: http://www.ibm.com/developerworks/cn/linux/l-vim-script-1/index.html |
19 |
| -* 把VIM打造成一个真正的IDE(1): http://www.vimer.cn/2009/10/把vim打造成一个真正的ide1.html |
20 |
| -* Vim 中使用 OmniComplete 为 C/C++ 自动补全: http://blog.chinaunix.net/uid-20737871-id-3402590.html |
21 |
| -* VIM下利用ctags自动补全C/C++标准库和操作系统调用(windows+MinGW版): http://blog.csdn.net/happen23/article/details/5134149 |
22 |
| -* Vim使用笔记: http://www.cnblogs.com/jiqingwu/archive/2012/06/14/vim_notes.html |
23 |
| -* vim配置(自动补全,自动生成tag,一些使用插件taglist,nerdtree): http://www.cnblogs.com/marchtea/archive/2012/10/17/2727852.html |
24 |
| -* Vim 的补全模式加速器,轻松玩转全部 15 种自动补全模式: http://bluegene8210.is-programmer.com/posts/27873.html |
25 |
| -* Learn essential Vim skills: http://vimcasts.org/ |
26 |
| -* Learn Vimscript the Hard Way: http://learnvimscriptthehardway.stevelosh.com/ |
27 |
| -* Vim 复制粘贴探秘: http://www.cnblogs.com/jianyungsun/archive/2011/03/19/1988855.html |
28 |
| -* VIMAdventures: http://vim-adventures.com/ |
29 |
| -* Vimium - The Hacker's Browser: https://github.com/philc/vimium |
30 |
| -* Vimperator: http://www.vimperator.org/ |
| 10 | +* <http://www.vim.org/> |
| 11 | +* <http://vim.sourceforge.net/> |
| 12 | +* Vim documentation: usr_41: <http://vimdoc.sourceforge.net/htmldoc/usr_41.html> |
| 13 | +* map.txt: <http://vimcdoc.sourceforge.net/doc/map.html> |
| 14 | +* Vim FAQ: <http://vimdoc.sourceforge.net/cgi-bin/vimfaq2html3.pl> |
| 15 | +* Vim of AlloVince: <http://avnpc.com/pages/vim-of-allovince> |
| 16 | +* 奉献一个vim自动加载模板的插件: <http://bbs.chinaunix.net/forum.php?mod=viewthread&tid=895258> |
| 17 | +* vim安装YouCompleteMe 插件: <http://www.cnblogs.com/junnyfeng/p/3633697.html> |
| 18 | +* 使用脚本编写 Vim 编辑器,第 1 部分: 变量、值和表达式: <http://www.ibm.com/developerworks/cn/linux/l-vim-script-1/index.html> |
| 19 | +* 把VIM打造成一个真正的IDE(1): <http://www.vimer.cn/2009/10/>把vim打造成一个真正的ide1.html |
| 20 | +* Vim 中使用 OmniComplete 为 C/C++ 自动补全: <http://blog.chinaunix.net/uid-20737871-id-3402590.html> |
| 21 | +* VIM下利用ctags自动补全C/C++标准库和操作系统调用(windows+MinGW版): <http://blog.csdn.net/happen23/article/details/5134149> |
| 22 | +* Vim使用笔记: <http://www.cnblogs.com/jiqingwu/archive/2012/06/14/vim_notes.html> |
| 23 | +* vim配置(自动补全,自动生成tag,一些使用插件taglist,nerdtree): <http://www.cnblogs.com/marchtea/archive/2012/10/17/2727852.html> |
| 24 | +* Vim 的补全模式加速器,轻松玩转全部 15 种自动补全模式: <http://bluegene8210.is-programmer.com/posts/27873.html> |
| 25 | +* Learn essential Vim skills: <http://vimcasts.org/> |
| 26 | +* Learn Vimscript the Hard Way: <http://learnvimscriptthehardway.stevelosh.com/> |
| 27 | +* Vim 复制粘贴探秘: <http://www.cnblogs.com/jianyungsun/archive/2011/03/19/1988855.html> |
| 28 | +* VIMAdventures: <http://vim-adventures.com/> |
| 29 | +* Vimium - The Hacker's Browser: <https://github.com/philc/vimium> |
| 30 | +* Vimperator: <http://www.vimperator.org/> |
31 | 31 | * VIM常见用法总结: <http://www.cnblogs.com/jiangxinnju/p/8146715.html>
|
32 | 32 |
|
33 | 33 | ## Emacs
|
34 | 34 |
|
35 |
| -* emacswiki: http://www.emacswiki.org/emacs/ |
36 |
| -* GNU Emacs Manuals Online: http://www.gnu.org/software/emacs/manual/ |
| 35 | +* emacswiki: <http://www.emacswiki.org/emacs/> |
| 36 | +* GNU Emacs Manuals Online: <http://www.gnu.org/software/emacs/manual/> |
37 | 37 |
|
38 | 38 | ## ultraedit
|
39 | 39 |
|
40 |
| -* http://www.ultraedit.com/ |
41 |
| -* User-submitted wordfiles for UltraEdit/UEStudio: http://www.ultraedit.com/downloads/extras/wordfiles.html |
| 40 | +* <http://www.ultraedit.com/> |
| 41 | +* User-submitted wordfiles for UltraEdit/UEStudio: <http://www.ultraedit.com/downloads/extras/wordfiles.html> |
42 | 42 |
|
43 | 43 | ## Sublime Text
|
44 | 44 |
|
45 |
| -* http://www.sublimetext.com/ |
46 |
| -* http://www.sublimetext.com/docs/3/ |
47 |
| -* https://packagecontrol.io/installation |
| 45 | +* <http://www.sublimetext.com/> |
| 46 | +* <http://www.sublimetext.com/docs/3/> |
| 47 | +* <https://packagecontrol.io/installation> |
48 | 48 |
|
49 | 49 | ## Others
|
50 | 50 |
|
|
56 | 56 | * Bluefish: <http://bluefish.openoffice.nl/index.html>
|
57 | 57 | * Understand: <https://scitools.com/>
|
58 | 58 | * codelite: <http://www.codelite.org/>
|
59 |
| -* Anjuta: <http://anjuta.org/> |
| 59 | +* Anjuta: <http://anjuta.org/> |
0 commit comments