本月博客排行
-
第1名
wy_19921005 -
第2名
benladeng5225 -
第3名
duanfei - steven789654
- wddpwzzhao123
年度博客排行
-
第1名
龙儿筝 -
第2名
宏天软件 -
第3名
wy_19921005 - benladeng5225
- kaizi1992
- tanling8334
- vipbooks
- sam123456gz
- arpenker
- zysnba
- fantaxy025025
- xiangjie88
- wallimn
- e_e
- jh108020
- ganxueyun
- Xeden
- xyuma
- wangchen.ily
- zhanjia
- johnsmith9th
- zxq_2017
- forestqqqq
- jbosscn
- daizj
- xpenxpen
- 喧嚣求静
- kingwell.leng
- lchb139128
- kristy_yy
- javashop
- lzyfn123
- sunj
- yeluowuhen
- ajinn
- lerf
- lemonhandsome
- chenqisdfx
- xiaoxinye
- lyndon.lin
- flashsing123
- bosschen
- zhangjijun
- sunnylocus
- lyj86
- paulwong
- sgqt
- 青否云后端云
- hudiemeng870329
- mft8899
最新文章列表
vim使用插件snipMate遇到的问题
前段时间发现snipMate这个东西挺好用,而且能自定义一些快捷键
比如在在haml.snippets文件中定义了
snippet ffcb
=f.check_box :${1:attribute}
在haml文件中输入ffcb就可以弹出check_box了
最近对haml的代码做了一些快捷键的设置,但是设置之后发现每次打开一个文件的时候,都会弹出一个提示:
Warning in snip ...
install snipMate
# install snipMate
cd /tmp
wget http://www.vim.org/scripts/download_script.php?src_id=10801 -O vim_plugin_snipMate.zip
rm -rf vim_plugin_snipMate
unzip -d vim_plugin_snipMate vim_plugin_snipMate.zip
c ...