From 4332157ecf9c7c4ff9470cf739c09f3114dd9728 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Thu, 4 May 2017 21:20:06 +0200 Subject: Replaced tab char again --- doc/shortcuts.txt | 5 +++++ vimrc | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/shortcuts.txt b/doc/shortcuts.txt index 2c96bef..3dd389f 100644 --- a/doc/shortcuts.txt +++ b/doc/shortcuts.txt @@ -132,6 +132,11 @@ a = toggles display of hidden files [filetype:css] viB:sort = sort inner block by name +[vim commands] +:for i in range(1,12) | put ='2016-'.i | endfor + +[fancy utf-8 symbols] +௵ [vim modeline] filetype can have multiple values, like python.django diff --git a/vimrc b/vimrc index ebd74e9..cca37a8 100644 --- a/vimrc +++ b/vimrc @@ -38,6 +38,7 @@ let g:airline#extensions#tabline#show_buffers = 1 | let g:airline#extensions#tabline#show_tabs = 0 | let g:airline#extensions#tagbar#enabled = 0 | let g:airline#extensions#tagbar#flags = 's' +let g:airline#extensions#tagbar#currenttag = 'f' let g:airline#extensions#whitespace#enabled = 0 | let g:airline#extensions#wordcount#enabled = 0 | let g:airline_inactive_collapse = 1 | @@ -314,7 +315,7 @@ if has("multi_byte") set listchars+=extends:» | " symbols used when using :set list (which displays non-printable chars) set listchars+=precedes:« | " symbols used when using :set list (which displays non-printable chars) - set listchars+=tab:˲\ | " symbols used when using :set list (which displays non-printable chars) + set listchars+=tab:⮁\ | " symbols used when using :set list (which displays non-printable chars) set listchars+=trail:· | " symbols used when using :set list (which displays non-printable chars) " set listchars+=eol:↲ | " symbols used when using :set list (which displays non-printable chars) " set listchars+=space:· | " symbols used when using :set list (which displays non-printable chars) -- cgit v1.2.3