Skip to content

Instantly share code, notes, and snippets.

View alexey-ulashchick's full-sized avatar
🍏

Alexey Ulashchick alexey-ulashchick

🍏
  • Apple
  • San Francisco, CA
View GitHub Profile
@alexey-ulashchick
alexey-ulashchick / zsh-keyboard-shortucts.md
Created February 8, 2023 21:58 — 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

@alexey-ulashchick
alexey-ulashchick / example.yml
Created November 6, 2021 03:24 — forked from cecilemuller/example.yml
Run Docker Compose + in Github Action
name: Test
on:
push:
branches:
- main
- features/**
- dependabot/**
pull_request:
branches: