Sublime Forum

Deleting code from line to line

#1

I want to select the code from line 300 to line 44000 to be deleted, how I can do that?

0 Likes

#2
  • ctrl+g goto line 300
  • set mark cmd+k cmd+space
  • ctrl+g goto line 44000
  • select to mark cmd+k cmd+a
  • hit delete/backspace
0 Likes

#3

when i press ctrl+g a box shows up, do I need to enter something there? and when I go to line 300 do I need to put my mouse on the line?

0 Likes

#4

Nothing happens, I’m doing the steps right, but really nothing happens.

0 Likes