From 939ffe178f2aa4ee665bf112ee6a0611db8e1c18 Mon Sep 17 00:00:00 2001 From: Edward Litherland-Smith Date: Fri, 16 Sep 2022 09:47:48 +0100 Subject: [PATCH] Add new Telescope mappings --- init.vim | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/init.vim b/init.vim index c54385e6..8ff7dad8 100644 --- a/init.vim +++ b/init.vim @@ -91,7 +91,9 @@ command Bd b# | bd # command! BufOnly silent! execute "%bd|e#|bd#" nnoremap a :Ack! nnoremap sr :SnipRun +nnoremap ; Telescope builtin nnoremap ff Telescope find_files +nnoremap fr Telescope resume nnoremap fg Telescope live_grep nnoremap fb Telescope buffers nnoremap fh Telescope help_tags @@ -99,6 +101,8 @@ nnoremap fk Telescope aerial nnoremap fd Telescope lsp_document_symbols nnoremap fe Telescope diagnostics nnoremap fn Telescope notify +nnoremap ft Telescope treesitter +nnoremap fz Telescope current_buffer_fuzzy_find set splitbelow set splitright