Skip to content

2.3. Star Wars Intro

shinokada edited this page Feb 2, 2014 · 1 revision

Created by Damian Conway

Download from SWTC.vim

Installation

Using NeoBundle, add the following to your .vimrc

NeoBundle 'shinokada/SWTC.vim'

When you save .vimrc, NeoBundle is clever enough to download SWTC.vim.

Prepare

Use set nonumber in your .vimrc or from normal mode input

:set nonumber

Check your pwd

:pwd

To use

Then use this to start.

# if your pwd is SWTC.vim
:SWTC ./intro.swtc
# if somewhere else
:SWTC /path/to/.vim/bundle/SWTC.vim/intro.swtc

Modify

Modify intro.swtc.

Clone this wiki locally