01.08.2013 Views

Using Hebrew LaTeX and gvim to produce DVI - Faculty of ...

Using Hebrew LaTeX and gvim to produce DVI - Faculty of ...

Using Hebrew LaTeX and gvim to produce DVI - Faculty of ...

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Appendix A<br />

Sample .vimrc file<br />

This is the .vimrc file in out distribution.<br />

1 "+------------------------------------------------+<br />

2 "| .vimrc file |<br />

3 "| |<br />

4 "| Tomer Kol |<br />

5 "| Ver: 9 Mar 99 |<br />

6 "+------------------------------------------------+<br />

7<br />

8 """""""""""""""""""""""""""""""""""""""""""""""""""""""""<br />

9 " Some useful settings (available in normal vi as well)<br />

10 """""""""""""""""""""""""""""""""""""""""""""""""""""""""<br />

11 " Show line numbers<br />

12 set number<br />

13 "set au<strong>to</strong>indent<br />

14 set sm<br />

15 " Show current mode (insert, replace etc.)<br />

16 set showmode<br />

17 " case insensative searches<br />

18 set ignorecase<br />

19 """""""""""""""""""""""""""""""""""<br />

20<br />

21 " Avoid warning for the new version - by popular dem<strong>and</strong>.<br />

22 version 5.3<br />

23<br />

24 " Au<strong>to</strong>magically enable editing <strong>of</strong> gzipped files:<br />

25 " read -> set binary mode before reading the file, gunzip in<br />

26 " buffer after reading.<br />

27 " write -> gzip after writing.<br />

28 " append -> gunzip, append, gzip.<br />

29 "<br />

DRAFT<br />

30 " From the sample vimrc in the upstream package.<br />

31 " You may want <strong>to</strong> change gzip <strong>to</strong> gzip -9 for maximum compression -<br />

32 " your mileage may vary. Experiment!<br />

27

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!