shortcuts
hi guys can someone tell me what is the shortcuts he uses in this video
or give me a full list of them so i know what i can use
1-i want to know the shortcuts from 5.30 to 6.30
2-and how to jump after ; like when u wrote hight:60px; then jump after ;
https://youtu.be/kINNs4uYYnY?si=pefUnthHCIQ1-oUH
Lama Dev
YouTube
CSS Tips And Tricks 2 | I Wish Somebody Told Me Before
Essential CSS tips and tricks that every front-end developer should know. The 2nd part of the CSS tips series #css #webdesign
The first part: https://youtu.be/2KWdT4PkXgY
Join the newsletter: https://list.lama.dev
If it is valuable to you, you can support Lama Dev.
Join: https://www.youtube.com/channel/UCOxWrX5MIdXIeRNaXC3sqIg/join
Buy me a ...
6 Replies
That is just Emmet? You can also use Ctrl+enter to new line without break, Ctrl+arrows to navigate word breaks.
You really want good keybinds I recommend adding vim motions š
š«
Oh looks like they also use alt+arrows to move code around
Coder Coder
YouTube
Code faster with these VS Code shortcuts
š„ Learn how to build a responsive website from a Figma design with HTML, SCSS, JS ā”ļø https://coder-coder.com/responsive/
š Join the Coder Coder Club and get sneak peeks of videos: https://courses.coder-coder.com/p/club
š Get my hoodie here: https://coder-coder.com/merch
š» Become a full-stack web dev with Zero to Mastery: https://academy.zerot...
thanks a tonnnnnn š„²
Do you know of any shortcuts that will select everything in bw quotes ? I know I can use shift + arrows to select chunk by chunk but usually my use case is I'm in a href or src and want to select the whole url but it ibv just selects everything bw symbols like
.com
or campaign
in https://random.com/another-page/?utm_source=example&utm_campaign=example-campaign"
.
I aspire to be able to find a shortcut that can select the whole thing if it's in between quotesVim motions
vi"
is the combo
Or to just clear it and be in insert ci"
Vim motions are just best way to edit text imo