Skip to content

Instantly share code, notes, and snippets.

View ericdodds's full-sized avatar

Eric Dodds ericdodds

View GitHub Profile
@ericdodds
ericdodds / README.md
Created January 29, 2019 10:43 — forked from hofmannsven/README.md
Increase key repeat rate on macOS

Increase key repeat rate on macOS

Settings: System Preferences » Keyboard » Key Repeat/Delay Until Repeat

Use the commands below to increase the key repeat rate on macOS beyond the possible settings via the user interface. The changes aren't applied until you restart your computer.

Source: https://apple.stackexchange.com/a/83923

@ericdodds
ericdodds / emacs_hammerspoon.lua
Created June 21, 2022 14:14 — forked from hacker0limbo/emacs_hammerspoon.lua
Emacs Hammerspoon Script
--- Emacs Hammerspoon Script
-- Author: Justin Tanner
-- Email: work@jwtanner.com
-- License: MIT
--- What does this thing do?
-- Allows you to have Emacs *like* keybindings in apps other than Emacs.
-- You can use Ctrl-Space to mark and cut text just like Emacs. Also enables Emacs prefix keys such as Ctrl-xs (save).
--- Installation
@ericdodds
ericdodds / emacs_hammerspoon.lua
Last active August 24, 2022 16:29 — forked from justintanner/emacs_hammerspoon.lua
Updated so that Control + Shift + [f/b/n/p] selects one cell (Google Sheets) or line (Google Docs)
-- Emacs Hammerspoon Script
-- Author: Justin Tanner
-- Email: work@jwtanner.com
-- License: MIT
-- What does this script do?
-- Allows you to have *most* Emacs keybindings in other apps.
-- Ctrl-Space space be used to mark and cut text just like Emacs. Also enables Emacs prefix keys such as Ctrl-xs (save).
-- Installation