您的位置:首页 > 其它

Vim 7发布正式版

2006-05-09 09:32 197 查看

Vim 7 is ready!

[2006-05-08] After years of development this feature packed editor is waiting for you. For the impatient, go directly to the download page. For the curious, read the announcement. Happy Vimming! (Bram Moolenaar)

试用了一下,感觉真的不错,以下是新功能的介绍:
 

标签页 :tabnew开新标签,gt在标签间切换;:tabdo命令可以在所有打开的标签页上执行命令。

拼写检查,:set spell/nospell打开和关闭,]s到下一个错误,[s到上一个错误,z=显示所有正确的拼写推荐,敲入序号即可改正。

代码补全,敲代码时如果有支持,Ctrl-x Ctrl-o即可列出可能的选项,然后按屏幕下面的快捷键选择即可。

回退操作,不但可以一步步回退,还可以直接退回到几个小时前。

NEW FEATURES

Vim script enhancements

Spell checking

Omni completion

MzScheme interface

Printing multi-byte text

Tab pages

Undo branches

Extended Unicode support

More highlighting

Translated manual pages

Internal grep

Scroll back in messages

Cursor past end of the line

POSIX compatibility

Debugger support

Remote file explorer

Define an operator

Mapping to an expression

Visual and Select mode mappings

Location list

Various new items
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: