Skip to content

Commit d02762b

Browse files
committed
Modify zoxide to cd menu and main panel
1 parent f8affff commit d02762b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

init.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,8 @@ require('lazy').setup({
243243
default = {
244244
action = function(selection)
245245
vim.cmd.cd(selection.path)
246+
local split = z_utils.create_basic_command 'split'
247+
split(selection)
246248
end,
247249
after_action = function(selection)
248250
vim.notify('Directory changed to ' .. selection.path)

0 commit comments

Comments
 (0)