various nvim/tmux updates

* make sure diffs open vertically in vim
* update tmux theme
* allow tmux to change the title of the terminal
* add .nvim/shada to gitignore ?
This commit is contained in:
Nick Nisi
2015-10-25 13:21:33 -05:00
parent 6e879a7186
commit a585e0caf6
4 changed files with 12 additions and 8 deletions

View File

@@ -41,8 +41,8 @@ bind = select-layout tiled
set -g base-index 1
setw -g pane-base-index 1
# set-option -g set-titles on
# set-option -g set-titles-string "#T - #W"
set-option -g set-titles on
set-option -g set-titles-string "#T - #W"
# set-window-option -g automatic-rename on
######################