https://github.com/fflorent/firebug_vimrc
https://github.com/fflorent/firebug_vimrc
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fflorent/firebug_vimrc
- Owner: fflorent
- Created: 2012-10-21T12:32:29.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-10-21T21:09:16.000Z (over 13 years ago)
- Last Synced: 2025-09-09T06:58:32.170Z (9 months ago)
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 !