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

