How can I put cursor on every line in Sublime Text?

Jacko :

I want to be able to edit every line of my data simultaneously, for instance put quotations in front of every line. I am wondering what the key combination is that will enable me to do this.

Eric Hotinger :

Four steps:

  1. Select all the text: CTRL A
  2. Activate multi-cursors: CTRL (or CMD on Mac) SHIFT L
  3. Press the Home key to move all cursors to the front of the line
  4. Press the " quote key to insert the quote.

Using the Home End and CTRL + left | right arrow keys is handy when managing multiple cursors.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

How can I put regular text and animated text on the same line?

How to put cursor on every other line (on alternate lines)

How can I append an incremental count to every line of a text file?

How can I put my text in each line of a vertical bar?

How to paste text to end of every line? Sublime 2

How can I run Sublime Text from the launcher as root every time?

How do I get every line from a text file and put it in a website table?

How do I revert to the default cursor in sublime text?

how can I change line to paragraph in sublime?

How do I change the $PATH so I can launch Sublime Text from the command line?

How can I check if the cursor is at the end of a line?

How do I get a cursor on every line in vscode

How can I print every line in a text file without an emtpy line in between? Python

How can I open Sublime Text 2 files from the command line in linux to a tab, not a new window

How can I set key bindings for show and hide Sublime Text line numbers?

How to put line separators for every lines of text in a paragraph using css?

How to I put "assert" before every line that contains "==" using vim?

How can I put the cursor in the File List of an open FileDialog?

How can i read a text file line by line and put into excel sheet cell using VBA? Read line is not working

How can I pad every line in a text file with a given number of spaces with uneven length lines?

How can I get the last character in every line after splitting a text?

How can I extract the first word of every line of a text file in C#

How can I insert a new line into a text file into every other 2 lines?

How can i take a mutiples value from selected option and put into text area with line break

How can I put my semicolon on same line on rich text box?

How to make Sublime Text 3 to move the cursor to the next line after ctrl + / comment?

How can I put a variable into Text in Flutter?

How can I put "< >" as a text in HTML?

How i can put values to text input?