feat(neovim): add <leader>fs keymapping to search workspace symbols
parent
327e411b38
commit
51852437d4
|
@ -24,6 +24,7 @@ nnoremap("<leader>ff", "<Cmd>Telescope find_files theme=dropdown<CR>")
|
|||
nnoremap("<leader>fb", "<Cmd>Telescope buffers theme=dropdown<CR>")
|
||||
nnoremap("<leader>fg", "<Cmd>Telescope git_files theme=dropdown<CR>")
|
||||
nnoremap("<leader>fp", "<Cmd>Telescope projects theme=dropdown<CR>")
|
||||
nnoremap("<leader>fs", "<Cmd>Telescope lsp_dynamic_workspace_symbols theme=dropdown<CR>")
|
||||
nnoremap("<C-f>", "<Cmd>Telescope grep_string<CR>")
|
||||
nnoremap("<C-g>", "<Cmd>Telescope live_grep<CR>")
|
||||
|
||||
|
|
Loading…
Reference in New Issue