# HG changeset patch # User Richard Cheng # Date 1333470639 -3600 # Node ID 70fa74df63c33a1b3fc341d5408a2bb52ff3f90d # Parent 383d371f3f1c7a718addd8f22ce65db146a06c3b Fix hint in exercise in Chapter 9 gv is not required. `< and `> are, though! diff -r 383d371f3f1c -r 70fa74df63c3 chapters/09.markdown --- a/chapters/09.markdown Tue Apr 03 16:04:25 2012 +0100 +++ b/chapters/09.markdown Tue Apr 03 17:30:39 2012 +0100 @@ -76,8 +76,8 @@ instead of double quotes. Try using `vnoremap` to add a mapping that will wrap whatever text you have -*visually selected* in quotes. You'll probably need the `gv` command for this, -so read up on it with `:help gv`. +*visually selected* in quotes. You'll probably need the ```<`` and ```>`` +commands for this, so read up on them with ``:help `<``. Map `H` in normal mode to go to the beginning of the current line. Since `h` moves left you can think of `H` as a "stronger" `h`.