mirror of
https://github.com/iggredible/Learn-Vim
synced 2024-11-26 12:30:17 +00:00
add link to one of the plugins
This commit is contained in:
parent
703cc46408
commit
2d27bbe54a
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ The same set of arguments work with `:earlier` counterpart: `:later`.
|
|||
|
||||
# Learn Undo the Smart Way
|
||||
|
||||
`u` and `Ctrl-R` are two indispensable Vim commands. Learn them first. I do not use UNDO in my workflow, however I think it's good to be aware that it exists. Next, learn how to use `:earlier` and `:later` using the time argumentsfirst. After that, take your time to understand the undo tree. The `mundo` plugin helped me a lot. Type along the texts in this chapter and check the undo tree as you make each change. Once you grasp it, you will never see undo system the same way again.
|
||||
`u` and `Ctrl-R` are two indispensable Vim commands. Learn them first. I do not use UNDO in my workflow, however I think it's good to be aware that it exists. Next, learn how to use `:earlier` and `:later` using the time argumentsfirst. After that, take your time to understand the undo tree. The [vim-mundo](https://github.com/simnalamburt/vim-mundo) plugin helped me a lot. Type along the texts in this chapter and check the undo tree as you make each change. Once you grasp it, you will never see undo system the same way again.
|
||||
|
||||
Prior to this chapter, you learned how to find any text in a project space, with undo, you can now find any text in a time dimension. You are now able to search for any text by its location and time written. You have achieved Vim-omnipresence.
|
||||
|
||||
|
|
Loading…
Reference in a new issue