From 789c6893fc88a2f6bc46bd76a80ae601433fb80a Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Tue, 20 Jun 2023 13:31:10 +0200 Subject: [PATCH] Add more Telescope vim mappings --- vim/plugin/shame.vim | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim/plugin/shame.vim b/vim/plugin/shame.vim index 08d53f2..d7a1a93 100644 --- a/vim/plugin/shame.vim +++ b/vim/plugin/shame.vim @@ -502,10 +502,14 @@ nnoremap vil ^vg_ nnoremap ! :! " --- Telescope --- +nnoremap ! :Telescope diagnostics +nnoremap ? :Telescope keymaps nnoremap f :Telescope find_files nnoremap b :Telescope buffers nnoremap ld :Telescope lsp_definitions nnoremap lr :Telescope lsp_references +nnoremap ls :Telescope lsp_document_symbols +nnoremap lS :Telescope lsp_workspace_symbols nnoremap ll :Telescope lsp_ nnoremap C :Telescope colorscheme @@ -601,7 +605,6 @@ com! Trailing let _s=@/ | %s/\v(\\@ :copy . vnoremap :copy '> nnoremap dcx 0d$ -nnoremap : :let @* = @: nnoremap R ":%s/\\<\\(".expand("")."\\)\\>/" vnoremap R ":%s/".VisualSelection()."/" " Put in new line with indentation