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