From cd4fd1faf67d619ff46d10d39f37b103809d3262 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Mon, 8 May 2023 15:32:35 +0200 Subject: [PATCH] Add telescope bindings --- vim/plugin/shame.vim | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/vim/plugin/shame.vim b/vim/plugin/shame.vim index ce38bed..3760e27 100644 --- a/vim/plugin/shame.vim +++ b/vim/plugin/shame.vim @@ -501,8 +501,11 @@ nnoremap vil ^vg_ " --- ! as in ranger --- nnoremap ! :! -" --- Find Files --- -nnoremap f :find * +" --- Telescope --- +nnoremap f :Telescope find_files +nnoremap ld :Telescope lsp_definitions +nnoremap lr :Telescope lsp_references +nnoremap ll :Telescope lsp_ " --- F5 --- nnoremap :nnoremap :CR>