aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-28 21:55:14 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-28 21:55:21 +1300
commit97f8038230006c6eb9abc4dfb49bfc978fc100dc (patch)
treeb7ae757336d9d9ab142fd9d461271f4405b2dccb /vim/vimrc
parentMove BigFileMeasures() .vimrc func into subfile (diff)
downloaddotfiles-97f8038230006c6eb9abc4dfb49bfc978fc100dc.tar.gz
dotfiles-97f8038230006c6eb9abc4dfb49bfc978fc100dc.zip
Move list .vimrc config into subfile
By "list" here I am referring to options for Vim's 'list' display setting, showing control characters visually.
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc9
1 files changed, 0 insertions, 9 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 9dcbb38f..58eb3a5f 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -84,11 +84,6 @@ endif
" Keep plenty of command and search history, because disk space is cheap
set history=2000
-" Don't show whitespace characters or end-of-line characters visually by
-" default, but make \l toggle between them
-set nolist
-nnoremap <leader>l :setlocal list!<CR>
-
" Try to run the version of matchit.vim included in the distribution, if there
" is one; extends % to match more than it does by default
silent! runtime macros/matchit.vim
@@ -208,10 +203,6 @@ set display=lastline
set nowrap
nnoremap <leader>w :set wrap!<CR>
-" 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:>
-
" Don't write the output of :make to the terminal
set shellpipe=>