Skip to content

Instantly share code, notes, and snippets.

View Alireza-Safdari-Khosroshahi's full-sized avatar
💭
Happy hacker

Alireza Safdari Alireza-Safdari-Khosroshahi

💭
Happy hacker
View GitHub Profile
@Alireza-Safdari-Khosroshahi
Alireza-Safdari-Khosroshahi / zsh-keyboard-shortucts.md
Created July 3, 2023 20:07 — forked from mkfares/zsh-keyboard-shortucts.md
Common zsh Keyboard Shortcuts on macOS Catalina

Common zsh Keyboard Shortcuts on macOS

Navigation

CTRL + A : Move the cursor to the beginning of the line
CTRL + E : Move the cursor to the end of the line
OPTION + Left Arrow : Move the cursor one word backward
OPTION + Right arrow : Move the cursor one word forward
Left Arrow : Move the cursor one character backward
Right Arrow : Move the cursor one character forward