Commit Graph

333 Commits

Author SHA1 Message Date
Alan Orth e12d53e1fa Remove .profile
Never used it, and technically it's a bad idea, as it isn't clear
which shell it's for.  Probably better to customize .bashrc (which
I might add here later).
2013-06-07 19:43:56 +03:00
Alan Orth 0d9642cf21 dircolors.ansi-dark: Import solarized dircolors
See: https://github.com/seebi/dircolors-solarized/
2013-06-07 19:42:07 +03:00
Alan Orth 699b5d7bcd .vim: Import vim colors
Saves me the trouble of having to clone the vim-solarized repo in
addition to my dotfiles repo on all my hosts.
2013-06-07 15:38:47 +03:00
Alan Orth 710a1973dc .tmux.conf_centos6: CentOS terminfo doesn't like "bright" colors 2013-06-07 09:16:27 +03:00
Alan Orth ec4edbdd4b .tmux.conf_centos6: Import solarized colors for tmux 2013-06-07 09:15:22 +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 50c7be3603 .tmux.conf: Bring in solarized tmux theme
From https://github.com/seebi/tmux-colors-solarized
2013-06-07 09:01:29 +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 2e4cc9f976 .tmux.conf: Add note about setting the proper term 2013-06-06 17:03:28 +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 69fa6eb4b1 Add new tmux config for CentOS 6 clients
I'm sick of seeing errors like these at startup on my CentOS 6 boxes:

/home/aorth/.tmux.conf: 111: unknown option: window-status-bell-attr
/home/aorth/.tmux.conf: 112: unknown option: window-status-bell-fg
2013-05-18 15:43:12 +03:00
Alan Orth 136d75adee .vimrc: Align comments 2013-05-07 12:17:26 +03:00
Alan Orth f558eb4b39 .tmux.conf: Set window index to 1
I'm all for zero-based indexes, but this doesn't really make sense
on the keyboard as the numbers start at 1. :)

Great tip from https://mutelight.org/practical-tmux
2013-05-06 23:23:19 +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 bc04f0f703 .tmux.conf: Less time between commands in a command sequence
Makes tmux feel more responsive, like when you enter copy mode you
can immediately start paging up and down; before tmux would wait a
second or so for other escape characters.
2013-03-06 21:36:26 +02: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 c32d234322 tmux: Change behavior of the visual bell
Tab completion triggers the bell, and typing input halts for a mic-
ro second.  It's really annoying.
2012-09-05 20:59:53 +03:00
Alan Orth fdb58f9708 tmux: Explicitly set vi bindings
The default is emacs, unless EDITOR contains "vi", but there's no
harm in setting this explicitly.
2012-09-04 14:55:05 +03:00
Alan Orth 45eaa6fa81 set -> set-option, to reflect the more-verbose syntax 2012-09-04 14:54:30 +03:00
Alan Orth ee8abb7aff tmux: Use Escape to enter copy mode (like screen) 2012-09-04 14:53:33 +03:00
Alan Orth 354c8dafff Update tmux config to work more like my screen config
Change status format
Don't update terminal window titles (X11 term app, not tmux window)
Add load averages to status
2012-09-02 23:30:09 +03:00
Alan Orth dba70b8f53 Add .tmux.conf with settings similar to my .screenrc
Update README
2011-02-22 14:40:44 +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 c2c3205fa0 Remove fluxbox config, as I don't use fluxbox anymore 2011-02-21 14:56:47 +03:00
Alan Orth 1c1dd55bba Revert "added .conkyrc"
This reverts commit 308488e0ce.
2011-02-21 14:55:12 +03:00
Alan Orth 308488e0ce added .conkyrc 2010-01-29 09:08:43 +03:00
Alan Orth b1babc9f19 added fluxbox config folder 2010-01-29 08:57:26 +03:00
Alan Orth e3d1e315d4 initial commit of .vimrc, .profile, and .screenrc 2010-01-28 22:27:08 +03:00
Alan Orth fc9f74d9ad added some descriptions to the README 2010-01-28 22:23:33 +03:00
Alan Orth 1be02fa788 first commit 2010-01-28 22:05:24 +03:00