Skip to content

Commit 8005e14

Browse files
committed
Update some keybiondings
1 parent 4a2471b commit 8005e14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

init.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -566,11 +566,11 @@ require('lazy').setup({
566566

567567
-- Fuzzy find all the symbols in your current document.
568568
-- Symbols are things like variables, functions, types, etc.
569-
map('gO', require('telescope.builtin').lsp_document_symbols, 'Open Document Symbols')
569+
map('go', require('telescope.builtin').lsp_document_symbols, 'Open Document Symbols')
570570

571571
-- Fuzzy find all the symbols in your current workspace.
572572
-- Similar to document symbols, except searches over your entire project.
573-
map('gW', require('telescope.builtin').lsp_dynamic_workspace_symbols, 'Open Workspace Symbols')
573+
map('gw', require('telescope.builtin').lsp_dynamic_workspace_symbols, 'Open Workspace Symbols')
574574

575575
-- Jump to the type of the word under your cursor.
576576
-- Useful when you're not sure what type a variable is and you want to see

0 commit comments

Comments
 (0)