vim下支持的命令
這些命令都是FZF調用某個工具產生文件,文件內容, tag, comment, command,然后FZF用一個小窗口把它們顯示出來,用戶就可以用模糊搜索的方式來選擇一個或多個選項,按下enter鍵后就可以用VIM打開它們或跳轉到相應的行。
如Files針對的就是文件, GFiles針對的就是git文件
Command List
Files [PATH] 普通文件查找 (similar to :FZF)
GFiles [OPTS] git文件查找 (git ls-files)
GFiles? git文件查找 (git status)
Buffers buffer文件切換
Colors Color schemes
Ag [PATTERN] ag search result (ALT-A to select all, ALT-D to deselect all)
Lines [QUERY] 加載的所有buffer里查找
BLines [QUERY] 在當前buffer里查找包含某關鍵詞的行
Tags [QUERY] 以Tag查找 (ctags -R)
BTags [QUERY] Tags in the current buffer
Marks Marks
Windows Windows
Locate PATTERN locate command output
History v:oldfiles and open buffers
History: 命令歷史查找
History/ Search history
Snippets Snippets (UltiSnips)
Commits Git commits (requires fugitive.vim)
BCommits Git commits for the current buffer
Commands Commands
Maps Normal mode mappings
Helptags Help tags 1
Filetypes File types