summaryrefslogtreecommitdiff
path: root/plugin/editzone.vim
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-02-22 14:24:54 +0100
committerache <ache@ache.one>2018-02-22 14:24:54 +0100
commit42b26a34889bf150f677ef6584d81509fa776339 (patch)
treed1b3d29705342cbdd09db469b56583e055c3415a /plugin/editzone.vim
parentJS support (diff)
[BIG] Clean up the config
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