summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2009-01-02 22:39:03 -0500
committerdoy <doy@tozt.net>2009-01-02 22:39:03 -0500
commitaa06f566765189616a629c2501cb623263d23643 (patch)
tree93099b0ecf81dff5f833ede2b538e8cf6f30c623 /vimrc
parentdbf3cff0cd6bf21cce2ad9d5a39595013a0aa8d2 (diff)
downloadconf-aa06f566765189616a629c2501cb623263d23643.tar.gz
conf-aa06f566765189616a629c2501cb623263d23643.zip
add a few more vim options
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 7ddf528..efd760c 100644
--- a/vimrc
+++ b/vimrc
@@ -23,6 +23,9 @@ set nojoinspaces
if has('mouse')
set mouse=a
endif
+
+" don't move the cursor to the start of the line when changing buffers
+set nostartofline
" }}}
" Display {{{
" color!
@@ -158,6 +161,9 @@ set confirm
" 50 milliseconds for escape timeout instead of 1000
set ttimeoutlen=50
+
+" send more data to the terminal in a way that makes the screen update faster
+set ttyfast
" }}}
" Indentation {{{
" normal sized tabs!