New shortcuts conflict with wildly adopted ones
                
                                    
                                  in The Archive             
                    Just installed v 1.5.7
The new features "Open links at selection" and "Jump to next link" are awesome!
But I'd like to question the choice of their shortcuts.
Up to v 1.5.6...^L used to center the cursor mid-height in the screen (this may be inherited from Emacs?)^Tab used to go to next tab (like most browsers these days, even Finder!).
Now, to provide an element of solution...
What about cmd-o to open links?
and ^j to jump to next?
All this, of course, is wide open for discussion.
Howdy, Stranger!

Comments
Thanks for pointing this out @maclm! I must've rebound (edit: was Ctrl-T before)
⌃Tabto something else. But I can confirm that the standard behavior is to switch tabs. Hmmm!My favorite shortcut to jump between links would of course be
⌃C ⌃Nor something like that⌘OI'd like to reserve for opening files. This could mean importing in the end, but the collective muscle memory would say that this shortcut is already taken. I found the discovery of⌃Oto "open line" (insert newline after the cursor) to be a surprise. That'd have been my personal favorite.In general, the
⌘⌃"layer" of shortcuts is much less densely populated than⌃and⌘alone. It also requires a bit of finder gymnastics. But this might be preferable to overriding existing system default shortcuts!A problem with Which leaves us with adding ⇧ or ⌥ ... meh. (E.g.
 Which leaves us with adding ⇧ or ⌥ ... meh. (E.g. 
⌘⌃Lfor example to open the link-at-point is that you cannot additionally press the ⌘ key anymore to open the link in a new tab (similar to ⌘-clicking on links), because it's already part of the standard shortcut⌘⌃Oto open link at point, and⌘⌃⇧Oto open in new tab)⌃Jindeed appears to not be taken by anything.⌃⇧Jto jump backwards also works. That's good.Author at Zettelkasten.de • https://christiantietze.de/
Well, on my system, switching tabs is definitely
^TAB.^Ton the other hand is mapped to swap the two characters on each side of the caret (which sounded stupid at first, but I use this multiple times a day now... crazy useful!).⌘Oshouldn't be repurposed.That would be a great lost, you're right.
For opening links,
^Cis a good idea.Maybe more than for jumping, as
^⇧Cinserts©...In fact, among
L I N K, onlyIis available.^G(think of "Go") seems available and could fit too.For jumping, be aware that
^Nmoves the cursor to the next line though. (conversely,^Pmoves to previous.)^Jseems to me to be a better fit.(Sorry, ⌃T was a typo, I meant ⌃Tab and rectified the mistake!)
You have to pry my emacs line movement shortcuts from my cold, dead hands, so
⌃N/⌃Pare outWill experiment with your suggestions and run them through Mr icannotholdthatmanykeys @Sascha
Author at Zettelkasten.de • https://christiantietze.de/
We dropped the
⌃-based shortcuts in favor ofCmd-based shortcuts, so the app defaults are now as of v1.5.8:⌘⌃J/⌘⌃⌥Jto jump⌘⌃⮐/⌘⌃⌥⮐to activate/openWe figured that there'll be other ways one might want to trigger a general-purpose "execute" command (like
C-c C-cin org) and that the return key is probably easier to wrap your head around for "regular" users.Author at Zettelkasten.de • https://christiantietze.de/
I wish there was a "like" or "thumbs-up" button on this forum
Anyway, thanks for your openness into "fixing" this!