vim/telescope: tweak mappings
This commit is contained in:
parent
9548617294
commit
69ef4c6e7f
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue