diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-06-27 16:59:44 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-08-01 07:46:58 -0400 |
commit | 4d5ee2ead874c7a436faa8754eb99215927ea94d (patch) | |
tree | c1519c0b8db2302bcf46ffdce04a6580d7a012e5 /misc/editor-syntax-etc/vim/rc/vimrc_statusline | |
parent | org-mode code block headers (diff) |
dir rename ./sundry (from ./misc)
Diffstat (limited to 'misc/editor-syntax-etc/vim/rc/vimrc_statusline')
-rw-r--r-- | misc/editor-syntax-etc/vim/rc/vimrc_statusline | 110 |
1 files changed, 0 insertions, 110 deletions
diff --git a/misc/editor-syntax-etc/vim/rc/vimrc_statusline b/misc/editor-syntax-etc/vim/rc/vimrc_statusline deleted file mode 100644 index e0ba493..0000000 --- a/misc/editor-syntax-etc/vim/rc/vimrc_statusline +++ /dev/null @@ -1,110 +0,0 @@ -set statusline= " -set fillchars=stl:―,stlnc:—,vert:│,fold:۰,diff:· -"% [ buffer number ] -set statusline +=%#Normal#[ " -set statusline +=%#Identifier#%n " buffer number -set statusline +=%#PreProc#%M " modified flag -set statusline +=%#Normal#] " -"% [ file name (& modified?) ] -set statusline +=%#Normal#\ [ " -set statusline +=%#Statement#%<%F%* " full path -"set statusline +=%#Statement#%<%t " full path -set statusline +=%#PreProc#%M " modified flag -set statusline +=%#Normal#] " -"% [ column : line number / number of lines in file, percentage of file ] [%v:%l/%L\ %p%%] -set statusline +=%#Normal#\ [ " -set statusline +=%#Identifier#%v " column & line -set statusline +=%#Normal#: " -set statusline +=%#Identifier#%l " column & line -set statusline +=%#SpecialKey#/%L\ " total lines -set statusline +=%#Identifier#%p " percentage of file -set statusline +=%#SpecialKey#%% " -set statusline +=%#Normal#] " " -"% [ file format : file type ] -set statusline +=%#Normal#\ [ " -set statusline +=%#SpecialKey#%{&fenc} " file format -set statusline +=%#Normal#: " -set statusline +=%#SpecialKey#%{&ff} " file format -set statusline +=%#Normal#: " -set statusline +=%#SpecialKey#%y " file type -set statusline +=%#Normal#] " -"% [ character under cursor ] -set statusline +=%#Normal#\ [ " -set statusline +=%#String#0x%04B " character under cursor -set statusline +=%#Normal#]\ " -"% [ syntastic ] -set statusline +=%#warningmsg# -set statusline +=%{SyntasticStatuslineFlag()}\ " -"set statusline+=%* -"% Status line background -set statusline +=%#Folded#\ " -"set statusline +=%#Normal#\ " -"set statusline +=%#MatchParen#\ " -"set statusline +=%#ColorColumn#\ " -"set statusline +=%#DiffDelete#\ " -"set statusline +=%#VertSplit#\ " -"% misc -set laststatus=2 " status line always on -"set statusline=%F%m%r%h%w\ -"set statusline=%f%m%r%h%w\ [type=%Y]\ [format=%{&ff}]\ [%v:%l/%L\ %p%%] -"<http://www.reddit.com/r/vim/comments/1e6ph1/need_help_with_vim_statusline_customization/> -"<http://stackoverflow.com/questions/5375240/a-more-useful-statusline-in-vim> -"<http://got-ravings.blogspot.it/2008/08/vim-pr0n-making-statuslines-that-own.html> -"! black -hi User0 guifg=#000000 guibg=#222222 -"! red -hi User1 guifg=#CC0000 guibg=#222222 -"! green -hi User2 guifg=#4E9A06 guibg=#222222 -"! yellow -hi User3 guifg=#C4A000 guibg=#222222 -"! blue -hi User4 guifg=#5971AD guibg=#222222 -"! magenta -hi User5 guifg=#75507B guibg=#222222 -"! cyan -hi User6 guifg=#06989A guibg=#222222 -"! white -hi User7 guifg=#D3D7CF guibg=#222222 -hi User8 guifg=#ffffff guibg=#222222 -hi User9 guifg=#ffffff guibg=#222222 -"! black -"Rxvt.color0 : #000000 -"Rxvt.color8 : #555555 -"! red -"Rxvt.color1 : #CC0000 -"Rxvt.color9 : #EF2929 -"! green -"Rxvt.color2 : #4E9A06 -"Rxvt.color10 : #8AE234 -"! yellow -"Rxvt.color3 : #C4A000 -"Rxvt.color11 : #FCE94F -"! blue -"Rxvt.color4 : #5971AD -"Rxvt.color12 : #729FCF -"! magenta -"Rxvt.color5 : #75507B -"Rxvt.color13 : #AD7FA8 -"! cyan -"Rxvt.color6 : #06989A -"Rxvt.color14 : #34E2E2 -"! white -"Rxvt.color7 : #D3D7CF -"Rxvt.color15 : #EEEEEE - -"hi User1 guifg=#eea040 guibg=#222222 -"hi User2 guifg=#dd3333 guibg=#222222 -"hi User3 guifg=#ff66ff guibg=#222222 -"hi User4 guifg=#a0ee40 guibg=#222222 -"hi User5 guifg=#eeee40 guibg=#222222 -" -"hi User0 guifg=#ffffff guibg=#094afe -"hi User1 guifg=#ffdad8 guibg=#880c0e -"hi User2 guifg=#000000 guibg=#F4905C -"hi User3 guifg=#292b00 guibg=#f4f597 -"hi User4 guifg=#112605 guibg=#aefe7B -"hi User5 guifg=#051d00 guibg=#7dcc7d -"hi User7 guifg=#ffffff guibg=#880c0e gui=bold -"hi User8 guifg=#ffffff guibg=#5b7fbb -"hi User9 guifg=#ffffff guibg=#810085 |