]> git.rmz.io Git - dotfiles.git/commitdiff
vim: we start in normal mode, so let's show trailing spaces
authorSamir Benmendil <me@rmz.io>
Wed, 20 Mar 2019 09:23:45 +0000 (09:23 +0000)
committerSamir Benmendil <me@rmz.io>
Wed, 20 Mar 2019 09:23:45 +0000 (09:23 +0000)
vim/vimrc

index 40c987b686bf236e40bdc2e2e9591709fccd18d6..8d0d5adcd6ffd49f8bd711a1760185c1f2d03e5d 100644 (file)
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -112,7 +112,7 @@ set list                        " show chars defined in 'listchars'
 set listchars=tab:❭\            " list of strings used for list mode
 set listchars+=extends:❯,precedes:❮
 " Only shown when not in insert mode
-au InsertLeave * :set listchars+=trail:·
+set listchars+=trail:·
 augroup trailing
     au!
     au InsertEnter * :set listchars-=trail:·