Skip to content

Commit

Permalink
chore: rm
Browse files Browse the repository at this point in the history
  • Loading branch information
phanen committed Mar 29, 2024
1 parent 6e287fe commit e90b8a6
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions lua/fzf-lua-overlay/actions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,22 +52,6 @@ local notes_actions = {
['ctrl-x'] = delete_files,
}

local files_actions = {
['default'] = function(...)
require('fzf-lua').actions.file_edit(...)
end,
['ctrl-s'] = function(...)
require('fzf-lua').actions.file_edit_or_qf(...)
end,
['ctrl-y'] = {
fn = function(selected)
vim.fn.setreg('+', selected[1]:sub(7))
end,
reload = true,
},
}

return {
notes = notes_actions,
files = files_actions,
}

0 comments on commit e90b8a6

Please sign in to comment.