fix small typo ch16

This commit is contained in:
Victorhck 2021-02-08 08:51:16 +01:00 committed by GitHub
parent f3c501c8c6
commit 05efc4a145
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -272,7 +272,7 @@ Vim will immediately jump to the `donut` procedure in `one.rb`, much like runnin
:tjump pancake :tjump pancake
``` ```
Vim will prompt you tag options to choose from, much like running `:tselect pancake`. With `tjump` You get the best of both methods. Vim will prompt you tag options to choose from, much like running `:tselect pancake`. With `tjump` you get the best of both methods.
Vim has a normal mode key for `tjump`: `g Ctrl-]`. I personally like `g Ctrl-]` better than `Ctrl-]`. Vim has a normal mode key for `tjump`: `g Ctrl-]`. I personally like `g Ctrl-]` better than `Ctrl-]`.