You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something that might be tricky: adding to the jumplist only if the note is created, and not adding to the jumplist if the user opens the new note popup and then closes the window.
Prerequisites
Neovim Version
NVIM v0.10.4 Build type: RelWithDebInfo LuaJIT 2.1.1736781742
Neorg setup
Actual behavior
In a new neovim instance, I opened these notes in this order:
My jumplist then looked like this:
At this, point, I create a new note
bleh
using the default<localleader>nn
binding.The jump list did not change. If I now go jump back using
C-o
, I get brought back toNotes/android-file-transfer.norg
Tested on neorg v9.2.0 and on latest (6f0b4ee)
Expected behavior
In the example above, I'd expect
C-o
to bring me back toNotes/pipewire.neorg
, to the location I was in when creating the new noteSteps to reproduce
<localleader>nn
)C-o
)Potentially conflicting plugins
don't think there's a conflict, but I didn't really check
Other information
Neorg module list:
my neorg.log contains no log entries from recent days
Help
Yes
Implementation help
(it might take me some time though)
The text was updated successfully, but these errors were encountered: