vim common plug-ins to use continuous finishing [more]

nerdtree

And editing a document by moving the cursor hjkl
switching table and directory 
ctr + w + h focus cursor left Treeview, ctrl + w + l focus cursor right file display window. 
ctrl + w + w, the cursor automatically in right and left side window switch
o opening and closing files or directories, if a file, the cursor appears in the open file 
go results above, but keeping the cursor in the file directory, functionally similar preview file content 
i and s can be split horizontally or vertically split window open file, go preceded similar function g
t open tab
T opens in background tab
p to the upper layer directory
P to the root of
K first node to the same directory
J to the same directory as the last node
m to display the file system menu (add, delete, move operations)
? help
q Close

LeaderF

Search for files in the current directory
: LeaderfFile
<Leader> f

Search Current Buffer
: LeaderfBuffer
<Leader> b

Search recently used files (search most recently used files) is MRU
: LeaderfMru

Search the current function file (very strong ah)
: LeaderfFunction

Some of the current file search for a word (advantage is that they are able to list, is not very common, in fact, but you can see how many lines, also good)
: LeaderfLine

 

Guess you like

Origin www.cnblogs.com/thotf/p/11320365.html