From 69ef4c6e7fdc552f8aa767aead0ce9caf799168b Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Sun, 6 Aug 2023 18:43:04 +0200 Subject: [PATCH] vim/telescope: tweak mappings --- config/nvim/lua/user/plugins/telescope.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/nvim/lua/user/plugins/telescope.lua b/config/nvim/lua/user/plugins/telescope.lua index cda34cb..8910ea4 100644 --- a/config/nvim/lua/user/plugins/telescope.lua +++ b/config/nvim/lua/user/plugins/telescope.lua @@ -143,7 +143,6 @@ local config = function() -- p { 'q', ts.quickfix , ' Quickfix' , '[q]uickfix' }, { 'r', ts.registers , '󱓥 Registers' , '[r]registers' }, - { 'R', ts.resume , '󰐎 Resume' , '[R]esume' }, { 's', my.selection , '' --[[dynamic]] , '[s]selection' }, { 't', ts.treesitter , ' Treesitter symbols' , '[t]reesitter Symbols' }, -- u @@ -156,6 +155,7 @@ local config = function() { ':', ts.command_history , ' Command history' , '[:]command history' }, { '?', ts.commands , ' Commands' , 'commands [?]' }, { '/', ts.search_history , ' Search history' , '[/]search history' }, + {'', ts.resume , '󰐎 Resume' , 'Resume' }, }, v = {