cursor sometimes changes from a vertical line to an underscore in Rstudio

。_饼干妹妹 提交于 2019-12-02 03:41:32

问题


I am using R-studio 3.3.3 on a 64 bit windows 10 Acer laptop. I am new to programming in R and I just discovered that my cursor sometimes changes from a vertical line to an underscore in R-studio. Could someone help tell me why?


回答1:


Press 'insert' button on your keyboard. hope this will work for you




回答2:


This is a very common operation in different software and platforms. The underscore means that you are in Overwrite mode, meaning that anything you type will overwrite the text at the cursor position.

The "normal" cursor indicates that you are in Insert mode and all text you type will force the rest of the line to move further.

Switching between these modes happens by pressing the Insert key on your keyboard (usually there are two of them, one somewhere above of the arrow keys and another on the Num Pad).




回答3:


press ins button or fn+ins to solve this problem underscore cursor means you are on overwrite mode



来源:https://stackoverflow.com/questions/47171374/cursor-sometimes-changes-from-a-vertical-line-to-an-underscore-in-rstudio

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!