jdhao's digital space
Recent content on jdhao's digital space
马上订阅 jdhao's digital space RSS 更新: https://jdhao.github.io/index.xml
A Beginner's Guide on Creating Your Own Text Objects from Scratch in Neovim/Vim
2020年11月15日 15:00
Shortly after I started using Neovim, I learned about the concept of text objects.
For example, when the cursor is inside a pair of [], we can use ci] to
change text inside them. This is definitely one of the greatest moments on my
road of learning Vim. However, I haven’t really thought about how does text
object really work.