-
Hello, I seem to remember in RMD files in R studio, that even though a section of raw text may register as one continuous line according to the script editor, you could still navigate up and down what you visually see as lines using the up and down arrows? I am using quarto in vs code and if I press up or down in a long section of text it jumps to the beginning or end of the current section. I was wondering if there is any way around this? It seems simple but I can't seem to find any information on it, and it would be great to be able to edit without hopping to the mouse |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
I do not have the behaviour you described, so without knowing your settings, hard to tell you what to change or not. Screen.Recording.2023-01-13.at.18.52.02.mov |
Beta Was this translation helpful? Give feedback.
-
Hi, thanks for the reply! However, I meant that this was an issue for me in raw text sections of qmd file. Its fine with small sections of text, but if i'm writing anything bigger I'd like to be able to hop around more? I understand if this just is what it is at the moment I will have a dig in some of my settings |
Beta Was this translation helpful? Give feedback.
-
This was because I had the vim extension loaded. You can change this by highlighting the text in question using shift v and then typing gq |
Beta Was this translation helpful? Give feedback.
This was because I had the vim extension loaded. You can change this by highlighting the text in question using shift v and then typing gq
More details here
https://stackoverflow.com/questions/43122175/automatically-hard-wrap-lines-at-column-in-vscode