diff --git a/Installer/os_nvim_init.vim b/Installer/os_nvim_init.vim index ada8578..a31f0fa 100644 --- a/Installer/os_nvim_init.vim +++ b/Installer/os_nvim_init.vim @@ -294,10 +294,10 @@ nnoremap te Telescope nnoremap b Telescope buffers nnoremap h Telescope help_tags -nnoremap ls Telescope lsp_dynamic_workspace_symbols -nnoremap gd Telescope lsp_definitions -nnoremap gt Telescope lsp_type_definitions -nnoremap gr Telescope lsp_references +nnoremap gf Telescope lsp_dynamic_workspace_symbols +nnoremap gd Telescope lsp_definitions +nnoremap gt Telescope lsp_type_definitions +nnoremap gr Telescope lsp_references " Map Ctrl+HJKL to navigate buffer window nmap :wincmd h