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:
@@ -1,10 +1,11 @@
|
||||
#### COLOUR
|
||||
|
||||
tm_icon="♟"
|
||||
tm_color_active=colour213
|
||||
tm_icon="☀"
|
||||
tm_color_active=colour82
|
||||
tm_color_inactive=colour241
|
||||
tm_color_feature=colour4
|
||||
tm_color_music=colour203
|
||||
tm_color_feature=colour10
|
||||
tm_color_music=colour10
|
||||
tm_active_border_color=colour10
|
||||
|
||||
# separators
|
||||
tm_separator_left_bold="◀"
|
||||
@@ -35,7 +36,7 @@ set-window-option -g window-status-current-format "#[bold]#I #W"
|
||||
|
||||
# pane border
|
||||
set-option -g pane-border-fg $tm_color_inactive
|
||||
set-option -g pane-active-border-fg $tm_color_active
|
||||
set-option -g pane-active-border-fg $tm_active_border_color
|
||||
|
||||
# message text
|
||||
set-option -g message-bg default
|
||||
@@ -58,4 +59,4 @@ tm_host="#[fg=$tm_color_feature,bold]#h"
|
||||
tm_session_name="#[fg=$tm_color_feature,bold]$tm_icon #S"
|
||||
|
||||
set -g status-left $tm_session_name' '
|
||||
set -g status-right $tm_itunes' '$tm_rdio' '$tm_spotify' '$tm_date' '$tm_host
|
||||
set -g status-right $tm_itunes' '$tm_date' '$tm_host
|
||||
|
||||
Reference in New Issue
Block a user