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

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -