Remove ff keybinding from fff
This commit is contained in:
parent
3dd886dae0
commit
564c39dcdb
1 changed files with 0 additions and 7 deletions
|
|
@ -4,11 +4,4 @@ return {
|
|||
-- No need to lazy-load with lazy.nvim.
|
||||
-- This plugin initializes itself lazily.
|
||||
lazy = false,
|
||||
keys = {
|
||||
{
|
||||
"ff", -- try it if you didn't it is a banger keybinding for a picker
|
||||
function() require('fff').find_files() end,
|
||||
desc = 'FFFind files',
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue