split in fzflua is ctrl-x
This commit is contained in:
parent
8e2604d30a
commit
951b772f57
@ -2,7 +2,18 @@ return {
|
||||
'ibhagwan/fzf-lua',
|
||||
dependencies = { 'nvim-tree/nvim-web-devicons' },
|
||||
config = function()
|
||||
require('fzf-lua').setup({ 'borderless_full' })
|
||||
local actions = require 'fzf-lua.actions'
|
||||
require('fzf-lua').setup({
|
||||
'borderless_full',
|
||||
actions = {
|
||||
files = {
|
||||
['ctrl-x'] = actions.file_split,
|
||||
},
|
||||
buffers = {
|
||||
['ctrl-x'] = actions.buf_split,
|
||||
}
|
||||
}
|
||||
})
|
||||
end,
|
||||
cmd = 'FzfLua',
|
||||
keys = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user