We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa924f9 commit 810fea2Copy full SHA for 810fea2
1 file changed
lua/dired/init.lua
@@ -1042,7 +1042,7 @@ Browser.setup = function(state)
1042
end
1043
1044
if PathOps.isFile(new_path) then
1045
- Actions.openFile(state, new_path, vim.cmd.edit)
+ Actions.openFile(state, new_path, vim.cmd.split)
1046
1047
end,
1048
},
@@ -1065,7 +1065,7 @@ Browser.setup = function(state)
1065
1066
1067
1068
+ Actions.openFile(state, new_path, vim.cmd.vsplit)
1069
1070
1071
0 commit comments