feat: add find/grep mappings
This commit is contained in:
parent
c5fc9d2e6a
commit
260a273957
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ nnoremap("<leader>g", ":Git<CR>")
|
||||||
nnoremap("<leader>ff", "<Cmd>Telescope find_files theme=dropdown<CR>")
|
nnoremap("<leader>ff", "<Cmd>Telescope find_files theme=dropdown<CR>")
|
||||||
nnoremap("<leader>fb", "<Cmd>Telescope buffers theme=dropdown<CR>")
|
nnoremap("<leader>fb", "<Cmd>Telescope buffers theme=dropdown<CR>")
|
||||||
nnoremap("<leader>fg", "<Cmd>Telescope git_files theme=dropdown<CR>")
|
nnoremap("<leader>fg", "<Cmd>Telescope git_files theme=dropdown<CR>")
|
||||||
|
nnoremap("<C-f>", "<Cmd>Telescope grep_string<CR>")
|
||||||
|
nnoremap("<C-g>", "<Cmd>Telescope live_grep<CR>")
|
||||||
|
|
||||||
-- terminal
|
-- terminal
|
||||||
function _G.set_terminal_keymaps()
|
function _G.set_terminal_keymaps()
|
||||||
|
|
Loading…
Reference in a new issue