]> oss.titaniummirror.com Git - smckown/dotfiles.git/log
smckown/dotfiles.git
8 years agoRevert "Add shortcut for ":Git ""
R. Steve McKown [Tue, 9 Jun 2015 23:00:42 +0000 (17:00 -0600)]
Revert "Add shortcut for ":Git ""

This reverts commit 8a1210aa8868d99e6110534b17158128b51d4509.

8 years agoAdd shortcut for ":Git "
R. Steve McKown [Tue, 9 Jun 2015 22:57:52 +0000 (16:57 -0600)]
Add shortcut for ":Git "

This is another shortcut that might not be worth doing.

8 years agoAdd :Ggrep shortcut
R. Steve McKown [Tue, 9 Jun 2015 22:50:04 +0000 (16:50 -0600)]
Add :Ggrep shortcut

<leader>gg.  Not sure if this is worth it, but I use it a good bit.
It's 3 easy characters vs 6 characters.

8 years agoAdd shortcuts for fugitive plugin commands
R. Steve McKown [Tue, 9 Jun 2015 22:43:34 +0000 (16:43 -0600)]
Add shortcuts for fugitive plugin commands

For example: <leader>gs for :Git Status

8 years agoIgnore vim 'tmp' files
R. Steve McKown [Tue, 9 Jun 2015 22:38:50 +0000 (16:38 -0600)]
Ignore vim 'tmp' files

See the last commit; backups, swaps and undo files are now under ~/.vim,
which means they show up under this repo in vim.  Ignore them.

8 years agoRelocate vim swap/backup/undo files
R. Steve McKown [Mon, 8 Jun 2015 21:14:15 +0000 (15:14 -0600)]
Relocate vim swap/backup/undo files

The location where swap/backup/undo files should be in a subdirectory of
a vim runtimepath, and one that is user specific.  The idea of using
something like the previous .local/shared/vim is too linux distro
specific.

Since MacVim and *nix vim both have $HOME/.vim in the runtimepath, then
this is the best place.  For Windows, we have to use $HOME/vimfiles
instead.

8 years agoNo need to link ~/.vimrc
R. Steve McKown [Mon, 8 Jun 2015 21:04:04 +0000 (15:04 -0600)]
No need to link ~/.vimrc

Because VIM 7.4 (and maybe earlier) looks for the .vimrc file in
$HOME/.vimrc and $HOME/vim/.vimrc on Linux, there is no need to make a
separate link for .vimrc if vimrc is in vim/.

8 years agoNote that install.sh commands are *nix specific
R. Steve McKown [Mon, 8 Jun 2015 20:48:09 +0000 (14:48 -0600)]
Note that install.sh commands are *nix specific

8 years agopathogen#infect(): don't list default parameter
R. Steve McKown [Mon, 8 Jun 2015 20:26:31 +0000 (14:26 -0600)]
pathogen#infect(): don't list default parameter

'bundle/{}' is the default, so there is no need to list it.  When
migrating the vim configuration into the dotfiles repository, I at one
point encountered errors when using pathogen#infect() without an
argument, where listing the default argument worked.  I didn't at that
time investigate the problem, which appears to be no problem.

8 years agoSwap/undo/backup is working again
R. Steve McKown [Mon, 8 Jun 2015 19:42:10 +0000 (13:42 -0600)]
Swap/undo/backup is working again

Not sure, but sometime after the end of April the whole swap/undo/backup
stuff quit working.  It's almost as if a system configuration file
changed, but I don't know what.  In any case, the changes here to vimrc
(~/.vimrc) gets things working even better:

* If the directory structure used for these files, at
  ~/.local/share/vim, are not present, they are created.
* If backups can be written, only the preferred location is made
  available.
* If undo files can be written, only the preferred location is made
  available.

8 years agoTry lucius light for xterm and vim
R. Steve McKown [Fri, 5 Jun 2015 22:20:08 +0000 (16:20 -0600)]
Try lucius light for xterm and vim

Set up lucius light colors in both xterm and vim.  This way both look
the same -- this is aesthetically pleasing.  Lucius has a nice low
contrast, but with a light background, the transition from terminals to
web browser isn't as hard on the eyes.

Ideally the lucius scheme could be modified slightly to work with an
even lighter/whiter background to get closer to others, but let's try
this for now.

8 years agoRevert "Try PaperColors vim color theme"
R. Steve McKown [Fri, 5 Jun 2015 20:25:47 +0000 (14:25 -0600)]
Revert "Try PaperColors vim color theme"

This reverts commit 1c06610c7591ad8a257ca123de6c5859b3b47d6d.

8 years agoTry PaperColors vim color theme
R. Steve McKown [Fri, 5 Jun 2015 20:24:49 +0000 (14:24 -0600)]
Try PaperColors vim color theme

Not bad, but the background is different than xterms.  I think ideally
they would be nearly the same.  This really suggests that I want an 8
color scheme?  Like a light miro8.

8 years agoReturn to light background
R. Steve McKown [Fri, 5 Jun 2015 20:13:56 +0000 (14:13 -0600)]
Return to light background

The dark backgrounds look great, but too many programs I use force a
white background, such as the web pages, thunderbird, and so on.
Switching between dark background and light background is quite jarring.
It may be better to find and use decent light background setups for
xterm/vim and ensure the monitor brightness is set appropriately low.

8 years agoIgnore vim/.netrwhist file
R. Steve McKown [Fri, 5 Jun 2015 20:04:40 +0000 (14:04 -0600)]
Ignore vim/.netrwhist file

8 years agoTry dark color scheme
R. Steve McKown [Fri, 5 Jun 2015 19:15:38 +0000 (13:15 -0600)]
Try dark color scheme

From information at http://jasonwryan.com.

* New xterm colors in .Xresources
* Use jellybeans color scheme

Jason created his own colorschemes which line up nicely with the xterm
colors provided.  However as of right now they do not work in gvim.  And
I think I like jellybeans better.

http://bytefluent.com/vivify/ is a great reference for vim colorschemes.

8 years agoAdd X related config files
R. Steve McKown [Tue, 2 Jun 2015 23:33:43 +0000 (17:33 -0600)]
Add X related config files

8 years agoAdd .bashrc and .eagle
R. Steve McKown [Tue, 2 Jun 2015 23:28:10 +0000 (17:28 -0600)]
Add .bashrc and .eagle

8 years agoAdd ranger config files
R. Steve McKown [Tue, 2 Jun 2015 23:21:09 +0000 (17:21 -0600)]
Add ranger config files

8 years agoAdd install script (sets symlinks)
R. Steve McKown [Tue, 2 Jun 2015 23:16:45 +0000 (17:16 -0600)]
Add install script (sets symlinks)

8 years agoInitial commit
R. Steve McKown [Tue, 2 Jun 2015 23:02:37 +0000 (17:02 -0600)]
Initial commit

This commit contains all the information from the repository at
repo.titaniummirror.com:smckown/vim-config.git.  This repository will
eventually replace that one.  This repository will contain all
'dotfiles' that are worth saving and also cloning to different machines.