Make Telescope help tags mapping the proper pneumonic
This commit is contained in:
parent
41736377bd
commit
9e5b1597ba
@ -12,7 +12,7 @@ return {
|
||||
vim.keymap.set('n', '<leader>gf', ':Telescope git_files<CR>', opts)
|
||||
vim.keymap.set('n', '<leader>lg', ':Telescope live_grep<CR>', opts)
|
||||
vim.keymap.set('n', '<leader>b', ':Telescope buffers<CR>', opts)
|
||||
vim.keymap.set('n', '<leader>he', ':Telescope help_tags<CR>', opts)
|
||||
vim.keymap.set('n', '<leader>ht', ':Telescope help_tags<CR>', opts)
|
||||
|
||||
end
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user