1
0
mirror of https://github.com/amix/vimrc synced 2025-07-08 18:04:59 +08:00

updates including tmux support

This commit is contained in:
Chris Morris
2019-12-27 15:21:00 -05:00
parent 89eaf97248
commit a26bd7d49f
7 changed files with 30 additions and 5 deletions

View File

@ -263,7 +263,7 @@ au BufReadPost * if line("'\"") > 1 && line("'\"") <= line("$") | exe "normal! g
set laststatus=2
" Format the status line
set statusline=\ %{HasPaste()}%F%m%r%h\ %w\ \ CWD:\ %r%{getcwd()}%h\ \ \ Line:\ %l\ \ Column:\ %c
set statusline=\ %{HasPaste()}%F%m%r%h\ %w\ \ CWD:\ %r%{getcwd()}%h\ \ \ Line:\ %l\ \ Column:\ %c\ TIME:\ %{strftime('%c')}
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""