From 05efc4a145c34d08b26581b69ac8196a8084ff53 Mon Sep 17 00:00:00 2001 From: Victorhck Date: Mon, 8 Feb 2021 08:51:16 +0100 Subject: [PATCH] fix small typo ch16 --- ch16_tags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch16_tags.md b/ch16_tags.md index 08c920b..94dcfe9 100644 --- a/ch16_tags.md +++ b/ch16_tags.md @@ -272,7 +272,7 @@ Vim will immediately jump to the `donut` procedure in `one.rb`, much like runnin :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-]`.