aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-01-26 14:21:52 +1300
committerTom Ryder <tom@sanctum.geek.nz>2012-01-26 14:21:52 +1300
commit36e2132fd053961db122bfd6039abc0fb1412991 (patch)
tree8294fecb788512cb4976f654a0330992883de3b7 /vim/vimrc
parentMove paste stuff into its own section. (diff)
downloaddotfiles-36e2132fd053961db122bfd6039abc0fb1412991.tar.gz
dotfiles-36e2132fd053961db122bfd6039abc0fb1412991.zip
Move list stuff into its own section.
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc6
1 files changed, 4 insertions, 2 deletions
diff --git a/vim/vimrc b/vim/vimrc
index aea9624c..19c5391d 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -50,15 +50,17 @@ set tabstop=4
" History
set history=1000
+" List
+set nolist
+nnoremap <leader>l :set list!<CR>
+
" Miscellaneous
set backspace=indent,eol,start
set modelines=0
set noesckeys
-set nolist
set shortmess+=I
set ttyfast
set visualbell t_vb=
-nnoremap <leader>l :set list!<CR>
" Numbers
set nonumber