revert "Fix jump"

Co-authored-by: 三咲雅 · Misaki Masa <sxyazi@gmail.com>
This commit is contained in:
Diogo Duarte
2024-04-19 14:47:37 +01:00
committed by GitHub
parent 98f8e1e283
commit bea4f92b75

View File

@@ -202,8 +202,8 @@ return {
if action == "jump" then
ya.manager_emit("cd", { bookmarks[selected].desc })
ya.manager_emit("arrow", { tostring(-99999999) })
ya.manager_emit("arrow", { tostring(bookmarks[selected].cursor) })
ya.manager_emit("arrow", { -99999999 })
ya.manager_emit("arrow", { bookmarks[selected].cursor })
elseif action == "delete" then
delete_bookmark(selected)
end