2012-05-31 18:18:13 +09:00
2012-05-31 17:47:14 +09:00
2012-05-28 10:23:57 +09:00
2012-05-29 08:50:07 +09:00
2011-05-07 20:51:41 +02:00
2010-05-06 09:07:34 +09:00
2011-10-25 13:50:43 +09:00
2011-11-27 19:23:59 +09:00
2012-05-31 18:18:13 +09:00
2012-01-17 10:24:44 +09:00
2012-05-30 20:28:04 +09:00
2012-05-29 08:51:07 +09:00

ZenCoding-vim

zencoding-vim is vim script support for expanding abbreviation like zen-coding.

Installation

Download zip file:

cd ~/.vim
unzip zencoding-vim.zip

If you install pathogen.vim:

cd ~/.vim/bundle # or make directory
unzip /path/to/zencoding-vim.zip

If you get source from repository:

cd ~/.vim/bundle # or make directory
git clone http://github.com/mattn/zencoding-vim.git

or:

git clone http://github.com/mattn/zencoding-vim.git
cd zencoding-vim
cp plugin/zencoding.vim ~/.vim/plugin/
cp autoload/zencoding.vim ~/.vim/autoload/

Quick Tutorial

Open or create New File:

vim index.html

Type ("_" is the cursor position):

html:5_

Then type "," (Ctrl + y + ','), you should see:

<!DOCTYPE HTML>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title></title>
</head>
<body>
	_
</body>
</html>

More Tutorials

Project Authors

Yasuhiro Matsumoto

Description
emmet for vim: http://emmet.io/
Readme 1.6 MiB
Languages
Vim Script 99.9%
Makefile 0.1%