From: Samir Benmendil Date: Tue, 20 May 2014 08:48:04 +0000 (+0100) Subject: vim: add markers whin line continues X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/b816234da72aa66e545410fcaec5f45e54ee0fdb?ds=sidebyside vim: add markers whin line continues --- diff --git a/vim/vimrc b/vim/vimrc index a32bbe6..0ef4630 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -97,6 +97,8 @@ set lazyredraw " don't redraw while executing macros set list " show chars defined in 'listchars' set listchars=tab:»·,trail:· " list of strings used for list mode +set listchars+=extends:⋯,precedes:⋯ +set sidescrolloff=1 " don't scroll over the listchars set number " show the line number for each line set relativenumber " show the relative line number for each line