quarto-dev / quarto-dev/quarto
Cursor always jumping to next line after execution
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 645
- Forks
- 62
- Avg merge
- 17h 42m
- Merged PRs (30d)
- 13
Description
Problem: as soon as I execute the current lin of code using ctrl+enter, the cursor automatically jumps to the next line.
Aim: allow for an option, e.g. using alt+enter, that the cursor does not move, i.e. remains at the same location it currently is, when executing the current line.
Of course, I tried several different user keybinding, but I somehow did not get it to work. ANY hint on how to achieve such behavior is much appreciated!
Setup:
Editor: Positron
Version: 1.99.2 (system setup)
Commit: 4949701c880d4bdb949e3c0e6b400288da7f474b
Date: 2025-04-10T01:21:25.295Z
Electron: 34.3.2
ElectronBuildId: 11161073
Chromium: 132.0.6834.210
Node.js: 20.18.3
V8: 13.2.152.41-electron.0
OS: Windows_NT x64 10.0.20348
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No source file, command entry point, or test is identified. Start by reproducing the Ctrl+Enter behavior in Positron and locating the execution command's cursor handling; determine whether an alternate keybinding can preserve the current line. Done means the requested behavior is implemented and verified for the stated Windows setup.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- electron, typescript
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 32/100