diff --git a/tmux.conf b/tmux.conf index a7f298f..79aac46 100644 --- a/tmux.conf +++ b/tmux.conf @@ -62,7 +62,7 @@ set -g status-fg white set -g status-left '#[fg=green]#H' set-window-option -g window-status-current-bg white set-window-option -g window-status-current-fg black -set-option -g status-right '%d %b %Y @ %k:%M' +set-option -g status-right '%Y-%m-%d @ %k:%M' # because the new tmux is inadequate source-file ~/.tmux.1-9.conf diff --git a/vimrc b/vimrc index 97655f9..ac66e3d 100644 --- a/vimrc +++ b/vimrc @@ -158,8 +158,6 @@ set t_8f=[38;2;%lu;%lu;%lum set t_8b=[48;2;%lu;%lu;%lum if has('nvim') set termguicolors - set cursorline " Highlight current line - set cursorcolumn " Highlight current column colorscheme onedark else colorscheme jellybeans