# HG changeset patch # User Steve Losh # Date 1333561524 14400 # Node ID 5f3e404ae868d31621d50f27fd25b13ed8fba81f # Parent 3c9c14d974488eee31abc6320d6b0d949ef24679 Tweak a few suggested options. diff -r 3c9c14d97448 -r 5f3e404ae868 chapters/02.markdown --- a/chapters/02.markdown Wed Jan 11 19:05:58 2012 -0500 +++ b/chapters/02.markdown Wed Apr 04 13:45:24 2012 -0400 @@ -71,7 +71,8 @@ :::vim :set wrap? - :set numberwidth? + :set shiftround? + :set matchtime? Setting Multiple Options at Once -------------------------------- @@ -93,4 +94,8 @@ Read `:help wrap`. -Add a few lines to your vimrc file to set these four options however you like. +Read `:help shiftround`. + +Read `:help matchtime`. + +Add a few lines to your vimrc file to set these options however you like.