问题
What is the Jupyter shortcut key to toggle between insert and overwrite mode whilst editing?
I must keep hitting it by accident and then cannot turn off overwrite mode. I have looked at the list of shortcuts in Jupyter and online, but I could not find a match. I am working on Firefox on a Linux virtual machine running on a Mac.
回答1:
Finally tracked down the problem: it was a Linux one to do with enabling Numlock. As Numlock was not turned on, the 0-key on the number keypad was acting as a toggle for insert mode.
To turn on Numlock, I had to install numlockx and then change login window preferences to enable it, e.g. see https://unlockforus.com/numlock-linux-mint/.
回答2:
FWIW, on a Macbook running Linux, fn + return toggles insert mode.
回答3:
For me fn + insert solved the problem.
回答4:
The Insert key on Linux should toggle it.
来源:https://stackoverflow.com/questions/37606190/insert-overwrite-shortcut-key-in-jupyter