What is the in a .vimrc file?

后端 未结 5 957
情深已故
情深已故 2020-11-28 17:04

I see in many .vimrc files, and I am wondering what does it mean?

What is it used for?

Just a general overview of

5条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-28 17:29

    The "Leader key" is a way of extending the power of VIM's shortcuts by using sequences of keys to perform a command. The default leader key is backslash. Therefore, if you have a map of Q, you can perform that action by typing \Q.

提交回复
热议问题