fix: set alternate when using floating windows (#526)
This commit is contained in:
parent
78ab7ca107
commit
c5f7c56644
2 changed files with 13 additions and 1 deletions
|
|
@ -720,7 +720,7 @@ M.select = function(opts, callback)
|
|||
vertical = opts.vertical,
|
||||
horizontal = opts.horizontal,
|
||||
split = opts.split,
|
||||
keepalt = true,
|
||||
keepalt = false,
|
||||
}
|
||||
local filebufnr = vim.fn.bufadd(normalized_url)
|
||||
local entry_is_file = not vim.endswith(normalized_url, "/")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue