From 5d40569e5c1ca453df1bf7b0547f3f69e3e684d7 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Wed, 21 Feb 2018 01:01:29 -0500 Subject: Add a makefile to rework init.vim. Commit update init.vm TODO: remove in the future and run make in setup --- vim/listchars.vim | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 vim/listchars.vim (limited to 'vim/listchars.vim') diff --git a/vim/listchars.vim b/vim/listchars.vim new file mode 100644 index 0000000..74af5df --- /dev/null +++ b/vim/listchars.vim @@ -0,0 +1,12 @@ +" Backslash l +nmap l :set list! +" If you want listchars +set list +" set listchars=tab:\|\ +set listchars=tab:▸\ ,eol:¬,trail:• +" set listchars=tab:▸\ ,eol:¬ +" set listchars=tab:\|\ ,eol:↴ +" set listchars=tab:\|\ ,eol:$ +" set listchars=tab:\⇒\ ,eol:↴ +" Tabs show up as MARCON, aka 0xC2 0xAF +" Misc symbols for tabs: ¯ ⇒ ⇥ ⇨ ⇏ ⇸ → -- cgit v1.2.3