mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-29 20:14:36 +02:00
fix: fzf smart open
This commit is contained in:
parent
252197f659
commit
60d472a569
1 changed files with 1 additions and 2 deletions
|
@ -30,8 +30,7 @@ return {
|
|||
opts = function()
|
||||
local config = require("fzf-lua.config")
|
||||
local actions = require("trouble.sources.fzf").actions
|
||||
config.defaults.actions.files["ctrl-t"] = actions.open_all
|
||||
config.defaults.actions.files["alt-t"] = actions.open
|
||||
config.defaults.actions.files["ctrl-t"] = actions.open
|
||||
config.defaults.keymap.fzf["ctrl-q"] = "select-all+accept"
|
||||
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue