LoginSignup
0
0

More than 5 years have passed since last update.

Star Wars Intro in Vim

Posted at

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.

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0