linux - Copy vim ctags and key mapping to and -


I am browsing the long source code using vim + cscope + ctags. I always use it for & lt; C] and & lt; C-T & gt; To really hold , it looks really cumbersome because the keys are very different I have these key bindings to and lt; C-Q & gt; and & lt; C-A & gt; so that both key bindings work in VIM.

should be:

  nnoremap & lt; C-q & gt; & Lt; C -]> Nnoremap & lt; C-A & gt; & Lt; Ct & gt;   

Although I discourage these mapping because they create problems.

  • & lt; C-A & gt; In the vim is used under the cursor 1, & lt; C-x & gt; Increasing the number according to , similarly below the cursor is to reduce a number from 1.

Comments

Popular posts from this blog

c# - passing input text from view to contoller with FacebookContext using Facebook app -

ios - Does Core Data autoupdate a many to many relationship on saving -

Calling a C++ function from C# by passing a string with variable size to it -