-
Notifications
You must be signed in to change notification settings - Fork 44
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
Can dot (.) operator be preserved across cells? #17
Comments
.
) be preserved across cells?
I don't think there's an easy way for the extension to do this as jlab makes each cell a separate codemirror editor instance. |
This would be super useful if it ever becomes technically feasible in the future! |
This works by default in jlab4! But remains a won't/can't fix for jlab3. If i'm wrong and somehow fooled myself into thinking this works please feel free to re-open |
@ianhi Hmm, it doesn't seem to work for me in jlab 4.05. More precisely. It seem to kind of work sometimes, and it maybe dependent on if a cell already exists (and maybe also if it is in insert mode?) by the time the repeat operation is performed. An example of something that does not work is to write a word in an existing cell, create a new cell, and then press |
ahh indeed it doesn't seem to translate properly to new cells. I wonder if theres any way we can pull some of the state of when a new cell gets created, I guess it doesn't have access to the same history |
When I make a change in one cell, I can then repeat that change elsewhere in the same cell
with everyone's favorite magic vim command,
.
. This does not work across cell boundaries.Is there any way to fix this?
Yes, one might mush all the cells together, make the changes , and then un-mush the cells,
but that's so non-vim.
The text was updated successfully, but these errors were encountered: