Make telescope mappings consistent
This commit is contained in:
parent
4644f7e6fa
commit
eaa63924e2
@ -31,11 +31,11 @@ return {
|
||||
|
||||
-- TODO: Add more mappings?
|
||||
local opts = { noremap = true }
|
||||
vim.keymap.set('n', '<leader>ff', ':Telescope find_files<CR>', opts)
|
||||
vim.keymap.set('n', '<leader>gF', ':Telescope find_files<CR>', opts)
|
||||
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>ht', ':Telescope help_tags<CR>', opts)
|
||||
vim.keymap.set('n', '<leader>gg', ':Telescope live_grep<CR>', opts)
|
||||
vim.keymap.set('n', '<leader>gb', ':Telescope buffers<CR>', opts)
|
||||
vim.keymap.set('n', '<leader>gh', ':Telescope help_tags<CR>', opts)
|
||||
|
||||
require('easypick').setup({
|
||||
pickers = { },
|
||||
|
Loading…
x
Reference in New Issue
Block a user