Skip to content

bastnic/vim-cheat-sheet

 
 

Repository files navigation

vim-cheat-sheet

Yet another vim cheat sheet.

http:https://rtorruellas.com/vim-cheat-sheet/

Setting up for development

Install Node

http:https://nodejs.org/

Install grunt

npm install -g grunt-cli
Install bower
npm install -g bower

Install dependencies

npm install && bower install

Generate the site

For development:

grunt server

For production:

grunt build

You should see the generated files in the dist directory.

Please sumbit pull request into the develop branch.

TODOS:

  • Remove uneeded build code