From 42b26a34889bf150f677ef6584d81509fa776339 Mon Sep 17 00:00:00 2001 From: ache Date: Thu, 22 Feb 2018 14:24:54 +0100 Subject: [BIG] Clean up the config --- plugin/editzone.vim | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'plugin/editzone.vim') diff --git a/plugin/editzone.vim b/plugin/editzone.vim index 579f914..c07a208 100755 --- a/plugin/editzone.vim +++ b/plugin/editzone.vim @@ -24,17 +24,11 @@ set novisualbell " Show special chars set list -set listchars=tab:.\ ,eol:¬,nbsp:␣ +set listchars=tab:›\ ,trail:·,extends:♯,eol:¬,nbsp:␣ " Highlight the screen line of the cursor set cursorline hi CursorLine term=bold cterm=bold ctermbg=blue " Always show 5 lines around cursor -set scrolloff=5 - -" from : http://vim.wikia.com/wiki/Highlight_current_line -" toogle highlight cursor column -nnoremap c :set cursorcolumn! -" toogle highligh cursor line -nnoremap l :set cursorline! +set scrolloff=7 -- cgit v1.2.3