您的位置:首页 > Web前端

Another VIM Tip: Magical effect of abbreviation

2011-06-18 21:48 330 查看
 

Firstly, Add these lines in .vimrc(Linux) or _vimrc (windows)
" Go word
abb goword !"C:/Program Files/Microsoft Office/Office12/winword.exe"
 
" Go IE
abb goie !"C:/Program Files/Internet Explorer/iexplore.exe"
 
Consider you are editing a ooxml file,and you would like preview the file. Now, turn vim to normal mode, type :!goword % . It's so simple.  Similarly, you can preview html file with :!goie command.
 
Although this tipis is very simple but very useful, enjoy it!
 
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  vim file windows go linux html