GithubHelp home page GithubHelp logo

chazmcgarvey / zencoding-vim Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mattn/emmet-vim

0.0 2.0 0.0 559 KB

zen-coding for vim: http://code.google.com/p/zen-coding/

Home Page: http://www.vim.org/scripts/script.php?script_id=2981

Vim Script 100.00%

zencoding-vim's Introduction

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

Links

zen-coding official site:

http://code.google.com/p/zen-coding/

zencoding.vim:

http://mattn.github.com/zencoding-vim

development repository:

https://github.com/mattn/zencoding-vim

my blog posts about zencoding-vim:

http://mattn.kaoriya.net/software/vim/20100222103327.htm

http://mattn.kaoriya.net/software/vim/20100306021632.htm

japanese blog posts about zencoding-vim:

http://d.hatena.ne.jp/idesaku/20100424/1272092255

http://d.hatena.ne.jp/griefworker/20110118/vim_zen_coding

http://d.hatena.ne.jp/sakurako_s/20110126/1295988873

http://looxu.blogspot.jp/2010/02/zencodingvimhtml.html

tutorial traslated in chinese:

http://www.zfanw.com/blog/zencoding-vim-tutorial-chinese.html

zencoding-vim's People

Contributors

chazmcgarvey avatar doy avatar jk3us avatar mattn avatar mrtazz avatar ogra avatar ohac avatar rabidtester avatar serverhorror avatar songz avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.