-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
j key activate "activate previously used tab" #15
Comments
I can reproduce, it is indeed a weird behavior. |
oh wacky. This is because the The fix for this is to add some sort of check to that function to only run the commands if you're in a notebook, not if in the editor. |
I believe this is fixed by #105 |
wait maybe not - I think i was confused. WIll re-open until i can properly check. |
It seems like this only happens now in the first file editor instance if JL is loaded/reloaded with a URL pointing to a file editor-type document, and it doesn't always reproduce. It does not seem to happen after switching tabs. I tried to track the
When it doesn't happen, the following set of calls happen when JL is loaded/reloaded:
I'm not sure why there are so many changed signals fired at initial load, why the matching tracker flips back and forth, why the order of how it flips changes from load to load, or how the extra flip in the former case causes this behavior. Don't know why there's always an
|
The current behavior seems to be caused by |
j key in normal mode actions is go down line
open my.py file and my.ipynb file
select my.py tab with editor
using vim keymap, press j at last line
I got activate my.ipynb tab
But at the last line of script, pressing j key
"activate previously used tab' which is bound to " ctrl + shift + ' "
Weired behavior
The text was updated successfully, but these errors were encountered: