1
0
Fork 0
Commit Graph

10 Commits (master)

Author SHA1 Message Date
Mike Gerwitz 2f231f853b
Vim tw={80=>76}
This provides room for three-digit line numbers, plus a delimiting space, on
an 80-character terminal. If additional lines numbers are needed, the file
is probably too big.

This is also more polite for e-mail.
2014-04-17 00:03:39 -04:00
Mike Gerwitz 1c200677b6
Set vim modeline 2014-04-16 03:04:36 -04:00
Mike Gerwitz 375eeb2ae0
Enabling processing of indent files in vim 2014-04-15 22:06:34 -04:00
Mike Gerwitz 900bf1cfa2
vim tw default 80=>76
The rationale is to give room for three characters for line numbering, plus one
delimiting space, for a total of an 80-characer-wide terminal.
2014-04-15 22:06:31 -04:00
Mike Gerwitz 3541a991ce
Set default text width in vim to 76 characters
And here come the rationale for this sensitive topic:
  - Source code should wrap at 80 characters; be polite and give room for
    line numbering. Four characters is room for up to 999 lines, followed by
    a space; if the file exceeds that length, it is probably difficult to
    work with, because it's hard to keep that much in working memory.
  - Allows for up to three levels of nesting for e-mail quoting (">>> "). I
    really hope more than that is not needed. If it is, modern editors can
    easily reflow text (e.g. `gq' in vim).
2014-01-04 06:07:27 -05:00
Mike Gerwitz c816115bd7
Now using slatemg for terminal vim (not just gvim)
I have not yet committed my slate-based slatemg theme; previously, it did
not degrade well for 8-, 16-, or 256-bit colors, but it now does well.
2014-01-02 11:50:39 -05:00
Mike Gerwitz 978d876805
Setting bufhidden=hide in vimrc
This is particularily valuable for various scripts that perform manipulation
on buffers, as unloading a buffer not only requires saving, but discards
modification history for undos.
2014-01-02 11:49:05 -05:00
Mike Gerwitz 9ed85f341d
closetag.vim is used as a pathogen bundle; no need to source manually 2013-12-01 21:59:51 -05:00
Mike Gerwitz c8aec8a088
vimrc call change: pathogen#{runtime_append_all_bundles=>incubate}
Changed in newer versions
2013-12-01 21:58:31 -05:00
Mike Gerwitz c0857ecc36
Removed dot from dotfiles in files/
For no purpose other than ease of display
2013-11-30 15:23:33 -05:00