say you're adding a bunch of strings into a list. ...
# getting-started
h
say you're adding a bunch of strings into a list. is there a way to duplicate the previous line with the string field highlighted so you can just quickly type in the next string instead of backspacing it out or what not? i'm using intellij
google 2
e
Well,
Cmd+D
can duplicate a line, place the cursor on the string then
Alt+Up
can highlight the whole string, if not,
Alt+Up
again to extend the selection
✍️ 1