leaderf-gtags-history

Record leaderf gtags search histories.

screenshot

Installation

with vim-plug

Plug 'Yggdroot/LeaderF'
Plug 'keeferwu/LeaderF-gtags-history'

Features

Provide related LeaderF command:

:Leaderf! gtags_history

Keymaps

keymap desc
<leader>fa Show input text which want to definition or reference
<leader>fd Show locations of definitions.
<leader>fr Show reference to a symbol which has definitions.
<leader>fs Show reference to a symbol which has no definition.
<leader>fg Show all lines which match to the .

You can disable the default keymaps by:

let g:leader_gtags_nomap = 1

and define your new maps like:

map <silent> <leader>fa <Plug>LeaderfGtagsInternel
map <silent> <leader>fd <Plug>LeaderfGtagsDefinition
map <silent> <leader>fr <Plug>LeaderfGtagsReference
map <silent> <leader>fs <Plug>LeaderfGtagsSymbol
map <silent> <leader>fg <Plug>LeaderfGtagsGrep

Dependency

Yggdroot/LeaderF