mirror of
https://github.com/iggredible/Learn-Vim
synced 2024-11-10 13:10:40 +00:00
fix small typo ch16
This commit is contained in:
parent
f3c501c8c6
commit
05efc4a145
@ -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-]`.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user