Skip to content

Instantly share code, notes, and snippets.

View literallylara's full-sized avatar
✌️

Lara Schütt literallylara

✌️
View GitHub Profile
@truebit
truebit / alacritty.yml
Last active April 3, 2025 23:39 — forked from programus/alacritty.yml
pull down from top alacritty (like iTerm2)
window:
# Window dimensions (changes require restart)
#
# Number of lines/columns (not pixels) in the terminal. The number of columns
# must be at least `2`, while using a value of `0` for columns and lines will
# fall back to the window manager's recommended size.
dimensions:
columns: 500
lines: 30
@sscotth
sscotth / keystroke the clipboard extended.workflow
Last active April 5, 2025 15:58
Paste as keystrokes (macOS)
# Why?
# To paste text into windows that normally don't allow it or have access to the clipboard.
# Examples: Virtual machines that do not yet have tools installed, websites that hijack paste
#
# Extended vs Simple?
# * Includes an initial delay to allow you to change active windows
# * Adds small delay between keypresses for slower responding windows like SSH sessions
# * Better handling of numbers
# * VMWare bug fix
#