VS CODE Shortcuts

  • Search text through all files at once
    • Windows: Ctrl + Shift + f
  • Re-open a closed editor When you have multiple open files and accidentally close one or more of them, finding them, and re-opening can be time-consuming and a little frustrating. This is an undo feature exclusively for tabs:
    • Windows: Ctrl + Shift + t
  • Delete previous words
    • Windows: Ctrl + Backspace
  • Select multiple words (select texts word by word)
    • Windows: Ctrl + Shift + Right Arrow or Ctrl + Shift + Left Arrow
  • Select the same word multiple times
    • Windows: Control + d
  • Duplicate line
    • Windows: Shift+Alt+Down and Shift+Alt+Up
  • Move to beginning/end of file
    • Windows: Ctrl + Home or Ctrl + End
  • Move to the start/end of the line
    • Windows: ?
  • Move line up/down
    • Windows: Alt + Arrow Up or Alt + Arrow Down
  • Deleting a whole line
    • Windows: Ctrl + x
  • Duplicate cursor above/below When in need to type the same word multiple times, you can simply position cursor so when typed once, word gets to multiple positions in the code.
    • Windows: Control + Alt + Arrow Up or Control + Alt + Arrow Down

    İyi akşamlar, Github pages’da Jekyll ile default blogu kurdum. Body, .container, .posts classında bulunan color, font etc. özelliklerini styles.scss dosyasında değiştiriyorum. Ancak yaptığım değişiklikler uygulanmıyor özel bir sebebi var mıdır?

Written on April 6, 2022