wxapp.vim——使用Vim开发小程序利器
微信提供的小程序开发工具自带了编辑器,不过习惯了 Vim 的我使用起来感觉很不顺手,于是切换到 Vim,好在 Vim 中已经有了开发小程序的插件:chemzqm/wxapp.vim: 提供微信小程序开发全方位支持的 vim 插件 安装 使用 NeoBundle Vundle vim-plug 对应的安装方法。 NeoBundle 'chemzqm/wxapp.vim' Plugin 'chemzqm/wxapp.vim' Plug 'chemzqm/wxapp.vim' 使用 安装上这个插件基本的高亮已经不成问题了,其实这个插件还提供了很多有用的功能,配合 YouCompleteMe 可以更高效,推荐参照官方的地址。 这样使用小程序开发工具只做预览和调试,开发的事情就交给 Vim 了。Copy the Command Output of Vim
When we excute the system command in the Vim(via :!command), sometimes we want to copy the output content, but it’s difficult.
继续阅读Solve Vim Error Unkonwn Option File (Win7 x64)
Dictionary completions is a powerful tool in Vim, but if the feature is powerful is due to you dictionary files. As I find a Vim plugin : asins/vim-dict: vim dict files, when I install it, it doesn’t work, and shows the error as follows:
Unknown option: Files
继续阅读
Using vimpress to write blog(support slug and 'More')
Long time ago, I used vs code to write my blog, because it support markdwon syntax and can view the post immediately. Recently, I found vs code is not so useful, and sometimes, it is so slowly when start. So I switch to Vim, and use Vim to write posts.
继续阅读开始折腾Ubuntu 14.04 下的GVIM
这次装上了Ubuntu 14.04是有目的的,我要锻炼我在Linux下的生存能力,vim这种神器怎么能少,于是开始了我的折腾vim之旅。话说当年我也是vim的小入门的了,那时是大三,当时已经用了vim做一些开发工作,不过,后来就放下了,这次我会坚持下去。
继续阅读vim使用4个空格替换tab
很久之前,我成功找到vim+markdown+typecho写博客的方法。在使用markdown插入代码的时候,需要4个空格,下面是设置方法。 继续阅读