Remove vim cursor lines and change tmux time

This commit is contained in:
Andrew Tomaka 2019-06-21 15:46:11 -04:00
parent 3ad89de82c
commit 5d7a97c884
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE
2 changed files with 1 additions and 3 deletions

View file

@ -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

2
vimrc
View file

@ -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