vim/telescope: tweak mappings

This commit is contained in:
Fernando Schauenburg 2023-08-06 18:43:04 +02:00
parent 9548617294
commit 69ef4c6e7f

View file

@ -143,7 +143,6 @@ local config = function()
-- p -- p
{ 'q', ts.quickfix , ' Quickfix' , '[q]uickfix' }, { 'q', ts.quickfix , ' Quickfix' , '[q]uickfix' },
{ 'r', ts.registers , '󱓥 Registers' , '[r]registers' }, { 'r', ts.registers , '󱓥 Registers' , '[r]registers' },
{ 'R', ts.resume , '󰐎 Resume' , '[R]esume' },
{ 's', my.selection , '' --[[dynamic]] , '[s]selection' }, { 's', my.selection , '' --[[dynamic]] , '[s]selection' },
{ 't', ts.treesitter , ' Treesitter symbols' , '[t]reesitter Symbols' }, { 't', ts.treesitter , ' Treesitter symbols' , '[t]reesitter Symbols' },
-- u -- u
@ -156,6 +155,7 @@ local config = function()
{ ':', ts.command_history , ' Command history' , '[:]command history' }, { ':', ts.command_history , ' Command history' , '[:]command history' },
{ '?', ts.commands , ' Commands' , 'commands [?]' }, { '?', ts.commands , ' Commands' , 'commands [?]' },
{ '/', ts.search_history , ' Search history' , '[/]search history' }, { '/', ts.search_history , ' Search history' , '[/]search history' },
{'<c-p>', ts.resume , '󰐎 Resume' , 'Resume' },
}, },
v = { v = {