An open API service indexing awesome lists of open source software.

https://github.com/fflorent/firebug_vimrc


https://github.com/fflorent/firebug_vimrc

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

firebug_vimrc
=============

Introduction
------------

This .vimrc\_fb file is my personal vimrc file I use to edit the code of Firebug.

How to use it
-------------

1) Take and put the _vimrc\_fb_ file in your home.

2) Rename it _.vimrc\_fb_

3) Edit it at your convenience

4) Edit your .bashrc or your .bash\_aliases file, and add this : `alias "vimfb"="vim -u ~/.vimrc_fb ";`

5) Save and quit

6) Type `source ~/.bashrc`

7) Try vimfb /path/to/a/firebug/file to test this

8) Do not hesitate to fork this repo and share your own vimrc !