AdamGold / just-a-config

My config files :)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

just-a-config

These are some of my config files. What's better than a git commit as a backup? 😎🙊

You're welcomed to copy the files. Karabiner is awesome.

Key Single Press Long Press
CAPS LOCK Escape Ctrl
Left Shift Open parenthesis Tons of parenthesis
CMD + hjkl Just like Vim's hjkl hmmmm.........
CMD + b/e Back word/End of word

So how do you write IN CAPITAL LETTERS?

I hold down one of my shifts 🕺

Suggestion: key repeat

I would suggest modifying your key repeat rate:

defaults write -g InitialKeyRepeat -int 10 # normal minimum is 15 (225 ms)
defaults write -g KeyRepeat -int 1 # normal minimum is 2 (30 ms)

About

My config files :)


Languages

Language:Shell 96.8%Language:Vim Script 3.2%