From 447b4847407cf0e531cf8f05036cd8af0b691790 Mon Sep 17 00:00:00 2001 From: doyle Date: Tue, 28 Jun 2022 22:30:27 +1000 Subject: [PATCH] stuff --- Installer/os_nvim_init.vim | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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