Nothing major but two nice updates:
* showUntrackedFiles = all
When a new directory enters the repo space, this should show all files
in the directory instead of just the directory name
* fsckobjects = true
Universally recommended via the note in the file
This is yet another way to fix my 72 character wrap issue. vim-git
aggressively fixes my formatoptions locally for git files. It also adds
syntax highlighting for my gitconfig which is useful
Apparently, I need formatoptions to include t for vim-fugitive to
correctly wrap at 72 characters. I have no idea why, but I guess this is
an indicator I should figure out what formatoptions actually is doing
for me instead of just copying it from someone else's vimrc.
Solution from http://stackoverflow.com/a/11023282 in one of the
comments.
From tmux docs:
"The default is emacs, unless the VISUAL or EDITOR environment variables are set
and contain the string `vi'."
For some reason,
set -g status-keys emacs
does not seem to override. For now, let's get our emacs keybinds back by
clearing EDITOR.
For some reason, vim will load on some of my Ubuntu machines with
a greyish background that does weird things. Setting background to
dark seems to fix these issues so I am going to roll with it.