summaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@advisorsla.com>2019-06-13 11:08:42 +0200
committerHugues Hiegel <hugues.hiegel@advisorsla.com>2019-06-13 11:08:42 +0200
commitd59c445eaf07c663f6bc49632ac073b87289e156 (patch)
tree2c9a9b60bd17bc7b0e8f5df1b9f318e02e01f431 /vimrc
parent3e78f6f7580e367fecf3bdb57661165cb9266a23 (diff)
[Colors] Better status line with full CMD / INS differentiation
This uses a tricky way of setting the User1 color... But eh, it works, then.
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index 433a285..79300c5 100644
--- a/vimrc
+++ b/vimrc
@@ -71,7 +71,7 @@ fun! ShowFuncName()
endfun
"set statusline=%y─┤\ %*%1*%<%f%*\ %2*%M%3*%r%*├%=┤%4*%c%V%*├─┤%4*%l/%L%*├──┤%4*%P%*├─
-set statusline=┤%y\ %*%1*%<%f%*\ %2*%M%3*%r%*├%=┤%1*%v,%c%*├─┤%P%*├
+set statusline=┤\ %*%1*%<%f%*\ %2*%M%3*%r%*│%Y├%=┤%c%1*%V%*│%l%*%1*/%L%*│%1*%p%%%*├
set tabline=%!MyTabLine()