aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-01-26 14:23:34 +1300
committerTom Ryder <tom@sanctum.geek.nz>2012-01-26 14:23:34 +1300
commit217a26548645a0c740ee2c0a6750827310d4883e (patch)
tree631e1d7d44f11b33e92e7d1d1f0c69ad4b161c42 /vim/vimrc
parentAdd call to matchit.vim macro, if available. (diff)
downloaddotfiles-217a26548645a0c740ee2c0a6750827310d4883e.tar.gz
dotfiles-217a26548645a0c740ee2c0a6750827310d4883e.zip
Move terminal stuff into its own section.
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc8
1 files changed, 5 insertions, 3 deletions
diff --git a/vim/vimrc b/vim/vimrc
index d0ef99ec..e00158bc 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -60,10 +60,7 @@ silent! runtime macros/matchit.vim
" Miscellaneous
set backspace=indent,eol,start
set modelines=0
-set noesckeys
set shortmess+=I
-set ttyfast
-set visualbell t_vb=
" Numbers
set nonumber
@@ -101,6 +98,11 @@ endif
" Swaps
set noswapfile
+" Terminal
+set noesckeys
+set ttyfast
+set visualbell t_vb=
+
" Typos
command! -bang E e<bang>
command! -bang Q q<bang>