You've already forked dotfiles
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:
@@ -113,7 +113,7 @@ return {
|
||||
end,
|
||||
},
|
||||
{
|
||||
'\\\\',
|
||||
';b',
|
||||
function()
|
||||
require('telescope.builtin').buffers()
|
||||
end,
|
||||
@@ -167,7 +167,7 @@ return {
|
||||
end
|
||||
},
|
||||
{
|
||||
'sf',
|
||||
';e',
|
||||
function()
|
||||
local telescope = require('telescope')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user