summaryrefslogtreecommitdiff
path: root/plugin/editzone.vim
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/editzone.vim')
-rwxr-xr-xplugin/editzone.vim10
1 files changed, 2 insertions, 8 deletions
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 <Leader>c :set cursorcolumn!<CR>
-" toogle highligh cursor line
-nnoremap <Leader>l :set cursorline!<CR>
+set scrolloff=7