🎹 replit shortcuts
▨ edit (copy/paste)
• ⌘ + C/X/V:copy/cut/paste line
• ⌥ + ↑/↓: move line up / down
• ⇧ + ⌥ + ↑/↓: copy line up / down
• ⇧ + ⌘ + K :delete line
▨ select (multi-cursor)
• ⌘ + D:「依序向下」選取「游標所在的字」⭐
• ⌘ + L:select line
• ⇧ + ⌘ + L:Select all occurrences of current selection
• ⌥ + click:add cursor
▨ format
⌘ + [ / ]:indent / outdent line
▨ search
⌘ + F:find
⌘ + H:find & replace
⌘ + G:go to line
⌘ + P:go to file
▨ code / command
⌘ + /:comment/uncomment
⌘ + K:command panel
⌘ + Enter:run
⌘ + S :儲存檔案並執行程式碼。(❓)