nvim: telescope: change keymaps
This commit is contained in:
parent
69bd289324
commit
ccc1214c3f
@ -44,12 +44,12 @@ packer.use {
|
||||
map('n', '<Leader>tf', function()
|
||||
builtin.find_files({ cwd = my.get_project_root() })
|
||||
end)
|
||||
map('n', '<Leader>tr', builtin.oldfiles)
|
||||
map('n', '<Leader>to', builtin.oldfiles)
|
||||
map('n', '<Leader>tg', function()
|
||||
builtin.live_grep({ cwd = my.get_project_root() })
|
||||
end)
|
||||
map('n', '<Leader>tm', builtin.man_pages)
|
||||
map('n', '<Leader>tp', builtin.registers)
|
||||
map('n', '<Leader>tr', builtin.registers)
|
||||
end
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user