Intermittent problem with `o`
See original GitHub issue<kbd>o</kbd> is properly opening a new line beneath the current one, but on some occasions, the insert cursor is not moving to the new line.
When working properly, I can see the cursor enter insert mode, as if <kbd>i</kbd> had been pushed, and then moving.
ie, if I place the Normal cursor on the s
of items()
, the insert cursor briefly exists between m
and s
before moving to an opened line (with appropriate whitespace indent) below. However, occasionally, the cursor remains between m
and s
instead of moving onto the new line.
def expand_resources(self, stem) -> Generator[Tuple[str, Any]]:
resources: OrderedDict[str, Any] = self.data['Resources']
for name, resource in resources.items():
yield f"{stem}{name}", resource
Issue Analytics
- State:
- Created 3 years ago
- Comments:13 (4 by maintainers)
Top Results From Across the Web
Intermittent fault - Wikipedia
An intermittent fault, often called simply an "intermittent", (or anecdotally "interfailing") is a malfunction of a device or system that occurs at ...
Read more >Intermittent problems - IBM
An intermittent problem is a problem that occurs for a short time, and then goes away. The problem may not occur again until...
Read more >How to Troubleshoot Intermittent Problems? - Profitap Blog
How to troubleshoot intermittent problems? Read on to learn how you can reliably get to the root of those problems using IOTA 1G....
Read more >How to handle intermittent problems that cannot be duplicated ...
There is no better on-line training of how to troubleshoot automotive electrical and electronics systems anywhere!
Read more >Intermittent Electrical Problems: Solutions - Brake & Front End
Intermittent electrical faults are the bane of the auto repair business. If an electrical component has failed, or there is an open or...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I am experiencing the same problem. With
o
andO
. Error happens randomly.NVIM v0.5.0-dev+1123-g3fbff98cf
Tested with NeovimVSCode: v0.00.74 - v0.00.78
EDIT my temporary fix:
Been using it for a day on nvim
0.5.0-dev+1000
and not noticed it happen yet ; don’t know what changed in 0.0.76 but the whole setup in general feels snappier. Noticable lag on operations like e.g.VSCodeCommentary
is much reduced.