X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/b6916fcd97ab132495e36b97ccac28c285906a68..cee2c4b32bb163ae3b84242d7aca0092664569c4:/vim/vimrc diff --git a/vim/vimrc b/vim/vimrc index c467448..6b2c8ab 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -161,8 +161,9 @@ set listchars+=extends:❯,precedes:❮ set listchars+=trail:· augroup trailing au! - au InsertEnter * :set listchars-=trail:· - au InsertLeave * :set listchars+=trail:· + au FileType qf setlocal listchars-=trail:· + au InsertEnter * set listchars-=trail:· + au InsertLeave * set listchars+=trail:· augroup END set scrolloff=5 " number of screen lines to show around the cursor