aboutsummaryrefslogtreecommitdiff
path: root/vim/config/wrap.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-10 21:41:52 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-10 21:41:52 +1300
commit44d807167f1cf122e83e4a9b7c5c15409ab3d96d (patch)
treec9645086380fed9a5d663a60a0422a4e2ea51c78 /vim/config/wrap.vim
parentMove 'paste' options into terminal.vim (diff)
downloaddotfiles-44d807167f1cf122e83e4a9b7c5c15409ab3d96d.tar.gz
dotfiles-44d807167f1cf122e83e4a9b7c5c15409ab3d96d.zip
Rearrange three smaller files into display.vim
Diffstat (limited to 'vim/config/wrap.vim')
-rw-r--r--vim/config/wrap.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/vim/config/wrap.vim b/vim/config/wrap.vim
index 51e9ea89..8c7829ba 100644
--- a/vim/config/wrap.vim
+++ b/vim/config/wrap.vim
@@ -9,6 +9,10 @@ nnoremap <silent>
" column with @ symbols instead, which I don't find very helpful
set display=lastline
+" Clearly show when the start or end of the row does not correspond to the
+" start and end of the line
+set listchars+=precedes:<,extends:>
+
" When wrapping, j and k should move by screen row, and not to the same
" column number in the previous logical line, which feels very clumsy and is
" seldom particularly helpful; you can use n| to jump to the nth column in a