Some keyboard shortcuts for Mac

...on a windows keyboard

Transition from Windows to Mac is not easy on mye keyboard fingers. Here are some keyboard shortcuts that I have found useful. Since i still use my windows keyboard, I have included the windows key shortcuts as well.

Rectangle window manager

What Shortcut Win KEYB
Move window ↔️ CTRL + CMD + pil CTLR + ALT + Pil
Max window CTRL + CMD + enter CTLR + ALT + enter

VS Code - Editor window

Hva Shortcut Win KEYB
Stenge window CMD + W WIN + W
Preview md CMD + K V WIN + K V
Fokus Editor SHIFT + CMD + E SHIFT + WIN + E
Context menu SHIFT + F10 SHIFT + F10
Close window CMD + W WIN + W
New window CMD + N WIN + N

VS Code - Navigering

Hva Shortcut Win KEYB
Switch vs code ↔️ CTRL + W CTRL + W
Quick file open 🗂️ CMD + P WIN + P
Open terminal 📝 SHIFT + CTRL + 6 SHIFT + CTRL + 6
Open editor file CMD + pil ned WIN + Pil ned
Screenshot 📸 SHIFT + CMD + 4/5 SHIFT + WIN + 4/5

Mac keyboard

Hva Shortcut Win KEYB
Thilde (~) ALT + ^ ALT + ^
Pipe ALT + 7 ALT + 7
Emojji 🙈 CMD + CTRL + SPC WIN + CTRL + SPC
Close mac 🔒 CMD + CTRL + Q WIN + CTRL + Q
Mac 

Installing this Hugo site

My notes on setting up this Hugo site

This is basically my own notes for setting up this Hugo site. Its have been based on multiple sources, but mainly from the Udemy course WP to Hugo. The purpose of this document is mainly to have a reference for myself, but it might be useful for others as well. WP to Hugo resource page Often used Hugo commands hugo new site mysite hugo hugo server hugo new posts/my-first-post.md Settings up the site cd C:\Repos\priv\hugo\public git clone git@gitlab. [Read More]
Hugo