欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Vim
来自开放百科 - 灰狐
(版本间的差异)
第3行: | 第3行: | ||
http://www.vim.org/ | http://www.vim.org/ | ||
+ | #apt-get inatll vim-full // vim-full - Vi IMproved - full fledged version of the enhanced vi editor | ||
==C/C++== | ==C/C++== | ||
==Python== | ==Python== | ||
+ | #apt-get install vim-python // vim-python - Vi IMproved, with python scripting support | ||
python.vim : A set of menus/shortcuts to work with Python files | python.vim : A set of menus/shortcuts to work with Python files | ||
http://vim.sourceforge.net/scripts/script.php?script_id=30 | http://vim.sourceforge.net/scripts/script.php?script_id=30 | ||
第11行: | 第13行: | ||
==Perl== | ==Perl== | ||
+ | #apt-get install vim-perl // vim-perl - Vi IMproved, with perl scripting support | ||
==PHP== | ==PHP== | ||
==Ruby== | ==Ruby== | ||
+ | #apt-get install vim-ruby // vim-ruby - Vi IMproved, with ruby scripting support | ||
+ | ==Tcl== | ||
+ | #apt-get install vim-tcl // vim-tcl - Vi IMproved, with tcl scripting support | ||
==Docs== | ==Docs== | ||
*[http://www-128.ibm.com/developerworks/cn/linux/l-tip-vim1/ Vim 实用技术,第 1 部分: 实用技巧] | *[http://www-128.ibm.com/developerworks/cn/linux/l-tip-vim1/ Vim 实用技术,第 1 部分: 实用技巧] |
2007年2月13日 (二) 18:15的版本
Vim 和 GNU Emacs 作为开源世界最重要的编辑器,以其强大的功能和可定制能力被众多开发者所喜爱。Vim 和 GNU Emacs 是系统开发人员的至爱。
#apt-get inatll vim-full // vim-full - Vi IMproved - full fledged version of the enhanced vi editor
目录 |
C/C++
Python
#apt-get install vim-python // vim-python - Vi IMproved, with python scripting support
python.vim : A set of menus/shortcuts to work with Python files
http://vim.sourceforge.net/scripts/script.php?script_id=30
将 python.vim 放在 C:\Program Files\Vim\vim70\plugin ,即在下次启动 vim 后,在菜单上就会显示Python菜单条目。
Perl
#apt-get install vim-perl // vim-perl - Vi IMproved, with perl scripting support
PHP
Ruby
#apt-get install vim-ruby // vim-ruby - Vi IMproved, with ruby scripting support
Tcl
#apt-get install vim-tcl // vim-tcl - Vi IMproved, with tcl scripting support
Docs
分享您的观点