fix: changing both the buffer listing and file explorer shortcuts to be more consistent with the other telescope shortcuts, starting with a semicolon
This commit is contained in:
parent
1bcd7e63ab
commit
c90a5a2210
@ -113,7 +113,7 @@ return {
|
|||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'\\\\',
|
';b',
|
||||||
function()
|
function()
|
||||||
require('telescope.builtin').buffers()
|
require('telescope.builtin').buffers()
|
||||||
end,
|
end,
|
||||||
@ -167,7 +167,7 @@ return {
|
|||||||
end
|
end
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'sf',
|
';e',
|
||||||
function()
|
function()
|
||||||
local telescope = require('telescope')
|
local telescope = require('telescope')
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user