Commit Graph

21 Commits

Author SHA1 Message Date
Alan Orth 49d3094671
.vimrc: Use Selenized instead of Solarized
Selenized is a similar colorscheme to Solarized, but mapping to ANSI
color codes with less side effects. Note that the Selenized palatte
only has sixteen colors so we should tell vim to not attempt to make
a 256-color approximation.

https://github.com/jan-warchol/selenized/issues/65
2020-07-10 13:44:07 +03:00
Alan Orth e3b1138917 .vimrc: Cleanup
Remove duplicate incsearch and move color options together.
2017-03-19 20:13:20 +02:00
Alan Orth 94db3bdd01 .vimrc: Set soft tab stop to shiftwidth
For more consistent behavior with tab, indent, and delete when pre-
ferring spaces over tabs.

See: http://vimcasts.org/episodes/tabs-and-spaces/
2017-03-19 20:13:20 +02:00
Alan Orth a78a074ad0 .vimrc: Add comments and long names to options 2017-03-19 20:13:20 +02:00
Alan Orth 143304436a .vimrc: Remove paste setting
The `expandtab` help says that it doesn't work when `paste` is ena-
bled! No wonder my shift width and stuff wasn't working all these
years.
2017-03-19 20:13:20 +02:00
Alan Orth d2f61879ef
.vimrc: Add some options from @jessfraz 2016-10-31 13:38:56 +02:00
Alan Orth 22d98df6fb
.vimrc: Allow using per-directory rc file 2016-10-31 13:26:12 +02:00
Alan Orth e5803a3e8f
.vimrc: Remove solarized_termtrans
I think this was needed years ago, or perhaps in an environment I
had years ago. Doesn't seem to be necessary in environments I use
lately (iTerm on Mac OS X).
2016-10-31 13:24:31 +02:00
Alan Orth 031cd83ff5
.vimrc: Add incremental search
This begins searching before pressing Enter.

Signed-off-by: Alan Orth <alan.orth@gmail.com>
2015-11-02 08:16:55 +03:00
Alan Orth 9dd5a52bd1
.vimrc: Remove version test
Vim 6?  WTF?

Signed-off-by: Alan Orth <alan.orth@gmail.com>
2014-10-11 19:25:05 +03:00
Alan Orth 5c83f82166 .vimrc: Switch back to default 16-color solarized
With the terminal palette using 16-color solarized-dark, this is
actually much nicer.
2013-06-07 09:02:39 +03:00
Alan Orth 6b7c49cd0b .vimrc: Add note about solarized 256 colors mode
We're not really even using solarized technically... I prefer the
"degraded" 256 color mode to the 16-color mode; too much blue!
2013-06-06 17:05:16 +03:00
Alan Orth c582ecc1a7 .vimrc: Set solarized transparency option
When solarized sets a background color it causes text selection via
Xorg/mouse to include otherwise blank space as actual spaces when
you paste it.  For some reason this only happens when using vim
inside screen/tmux.  Setting the transparency option solves it.
2013-06-06 17:03:28 +03:00
Alan Orth 136d75adee .vimrc: Align comments 2013-05-07 12:17:26 +03:00
Alan Orth f1b3556e69 .vimrc: Back to dark config
It's so sexy, and I just can't hack the light one.
2013-05-02 21:45:06 +03:00
Alan Orth a0cc716f24 .vimrc: Switch vim to use solarized light colorscheme
Needs the actual color scheme installed:
    https://github.com/altercation/vim-colors-solarized
2013-04-21 16:45:32 +03:00
Alan Orth cf122873cd .vimrc: Cleanup (BASH -> bash) 2013-01-24 12:17:17 +03:00
Alan Orth f7d7e7dad4 .vimrc: Clean up spaces, 5 -> 4 2013-01-24 12:16:38 +03:00
Alan Orth 7fa625c2d8 .vimrc: Always use spaces instead of tab characters 2013-01-24 12:14:26 +03:00
Alan Orth 17833f1f20 .vimrc: Add new mode to make filename autocomplete work more like in bash 2011-02-21 15:05:34 +03:00
Alan Orth e3d1e315d4 initial commit of .vimrc, .profile, and .screenrc 2010-01-28 22:27:08 +03:00