Remove vim cursor lines and change tmux time
This commit is contained in:
parent
3ad89de82c
commit
5d7a97c884
2 changed files with 1 additions and 3 deletions
|
@ -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
2
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
|
||||
|
|
Loading…
Reference in a new issue