Home > database >  setting Ctrl L for selecting line in VS Code Jupyter notebook
setting Ctrl L for selecting line in VS Code Jupyter notebook

Time:02-07

I'm using VS code for a while and I get used to Ctrl L shortcut to select a line in VS Code. but this shortcut doesn't work in VS Code Jupyter notebooks! how can I add this shortcut?

CodePudding user response:

File > Preferences > Keyboard Shortcuts

Then search 'Ctrl L' , right-click the unwanted item, and select remove keybinding

enter image description here

  •  Tags:  
  • Related