Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 994 Bytes

README_vim_3.1_plugin.md

File metadata and controls

61 lines (40 loc) · 994 Bytes

vim 常用插件

vim-pathogen

插件 vim-pathogen

用來管理其他插件。

打開目錄樹。

<leader>nn

在當前目錄和子目錄下搜索字符串

<leader>g

打開 bufexplore

map <leader>o :BufExplorer<cr>

打開 MRU 麵板,查看最近使用的文件。

map <leader>f :MRU<CR>

搜索文件

let g:ctrlp_map = '<c-f>'
map <leader>j :CtrlP<cr>

gg 回到文檔頂部。

將光標移動到下麵的文件名上,執行 gf 跳轉。

目錄

下一章

↑Back to Home↑