Sharing some of my favorites
- Select entire line of code
Put the cursor anywhere in that line of code and without selecting anything just press ctrl + c or ctrl + x
Here I have put my cursor just before the var declaration.
Pressing ctrl + x will cut the entire line
- Use ALT key to make selection from middle of the line spanning multiple lines and replace the content.
Press and hold Alt while making the selection to select the content from the middle, instead of beginning of the next…