Skip to content

CT-LU/myVim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 

Repository files navigation

myVim

Install:

  1. Please move .vimrc and .vim to your home.
  2. After you open vim, you should execute :BundleUpdate for the first time.

How to use:

  1. F2 : copen a window and automatically type :Ack "pattern you want"

  2. F3 : NERD_tree for going to specific path

  3. F4 : List all symbols under editing file

  4. Ctr + p : file/buffer finder(using ctrlp)

  5. key mapping:
    g h : mapping ctr + w h
    g j : mapping ctr + w j
    g k : mapping ctr + w k
    g l : mapping ctr + w l

  6. You can try a couple of complete:
    Ctr + ] , Ctr + n, Ctr + p if(tab) , for(tab), switch(tab), do(tab), while(tab) will automatically show as below

for (int i = 0; i < count; i++) {

}

if (true) {

}

switch (/* variable */) { case :

 break;
 default:

}

do {

} while (/* condition */);

while (/* condition */) {

}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published