首页| 论坛| 消息

标题:Vim 7.4 released!
作者:XChinux
日期:2013-08-12 09:32
内容:

原文见: http://www.vim.org/

Vim 7.4 released!
[2013-08-10]Finally, after more than a thousand patches, there is a new version of Vim.This is mostly a bug-fix release. Also, many runtime files have been improved, syntax highlighting and indenting works better.To find out the details, do ":help version7.4" after installing it.Direct link to the MS-Windows installer.For Linux you probably want to use Mercurial for convenient building.For MacVim look here.Otherwise see the download page. (Bram Moolenaar)


#1 [jdwx 08-12 10:24]
我对这个东东有恐惧感。
说好用的:没有比这个好的编辑器了。
说不好用的:简直没法用,连保存文件都是个大问题。
#2 [some0ne 08-12 11:30]
嗯, 保存文件是很麻烦. 我都是用:sav path. 或者先建立个空文件,再打开. windows下要是能弹出个保存窗口就好了.
#3 [XChinux 08-12 15:38]
没有想像的那么麻烦
:w /your/file/path

创建新文件:
:tabnewmynewfile.cpp
:w

弹出另存为对话框:
:browse confirm saveas

弹出打开文件对话框,其实可以将它映射到某个命令上(写在vimrc里)
:browse confirm e
映射打开、关闭对话框命令(写在vimrc里)
map :brwose confirm e
map :browse confirm saveas
#4 [XChinux 08-12 15:40]
近年来vim的用户群一直比较稳定吧,反倒是emacs的用户群,受sublime等的影响,表现不太妙。
#5 [wuming123057 08-13 09:40]
sublime还是很好用的,新手

<< 1 2 3 >> (1/4)

回复 发表
主题 版块