- Press Alt/Command and then click in each region where you require a cursor.
- Select a block of lines : Shift + Command + L.
- Place the cursor over a particular word, and press Control/Command + D repeatedly to select additional occurrences of that word.
- Add an additional cursor at all occurrences of a word : Alt+F3 on Windows or Ctrl+Command+G on Mac.
Sublime Text: Multiple cursors or Multi-selection
Multiple cursors or Multi-selection in sublime text is easy
Subscribe to:
Post Comments (Atom)
Python contextlib for Timing Python code
If you've ever found yourself needing to measure the execution time of specific portions of your Python code, the `contextlib` module o...
-
If you get the following error while installing FFMPEG or other packages on CentOS 7. Requires: libva.so.1(VA_API_0.33.0)(64bit) Follow...
-
Common error: fallocate: fallocate failed: Text file busy in ubuntu OS Check the allocation: free -m or sudo swapon --show Make sure ...
-
How to fix Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/mysql/mysql.sock' Apparently, Ma...
No comments:
Post a Comment