PokeVideoPlayer v23.9-app.js-020924_
0143ab93_videojs8_1563605_YT_2d24ba15 licensed under gpl3-or-later
Views : 1,074,983
Genre: Science & Technology
License: Standard YouTube License
Uploaded At Jun 27, 2024 ^^
warning: returnyoutubedislikes may not be accurate, this is just an estiment ehe :3
Rating : 4.933 (562/33,242 LTDR)
98.34% of the users lieked the video!!
1.66% of the users dislieked the video!!
User score: 97.51- Overwhelmingly Positive
RYD date created : 2025-07-20T16:17:11.905265Z
See in json
Top Comments of this video!! :3
This is also possible using vscode
1. ctrl+alt+down at start of line to duplicate carets
2. ctrl+right x2 (move caret to word)
3. ctrl+shift+right (select whole word)
4. ctrl+c (copy word)
5. home, shift+end, delete (delete everything)
3. Write the test { ... code
4. paste accordingly
4. ???
5. Profit
184 | 16
if you like multicursor, here's how i personally do it in helix. it's not necessarily better or worse, just sharing:
C a bunch of times to select the first char of each line. now all further operations happen for all lines at once, so you can work like it's just one line.
wdwd to delete pub const.
e to skip the var name.
t<ret>d to select until before newline, and delete.
use insert mode to type everything around the var names.
option 2:
after C, instead wwwd to delete just the var name.
then X i believe selects one line. if not then you'll have to do ght<ret> to select from line start until newline.
A-C puts you in replace mode without yanking.
in insert, type out the first part, then C-r" to paste inline when needed.
basically like regex replace without the regex.
12 | 4
Cool trick.
Simple in vscode as well. Go multi cursor up up up until you have cursor in front of all the rows. Shift + opt + rightx2, then backspace.
Opt + right to go to the right of the first word.
Shift + opt + command to highlight till the end, backspace. Then write whatever you want to write.
OR simpler:
Highlight all the rows jump to start of the words by opt+ rightx2,
select words by opt+shift+ right
Control+x (cut)
Then control+z to remove the copied rows.
Then paste the cut ones and start writing whatever you want extra
| 0
@TechJolt3d
1 year ago
Step 1: Find
Step 2: ":s"
Step 3: ???
Step 4: Replace
5K | 21