Turn off "press and hold" for foreign letters, allowing you to then press and hold for repeat letters. Open Terminal and run:
defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false
Then you need to close/reopen any app before it takes effect.
defaults write com.apple.dock autohide-delay -float 0
killall dock
This app also lets you reverse the direction of the scroll wheel on the mouse without changing the scroll direction of the touch pad. Used to use Smooth Scroll but MOS is free.
-
Download Atom colour scheme and import
-
Downlod Monoid from Nerdfonts and install
-
Add keyboard shortcuts:
- ESC to send hex code 0x15 <-- delete whole line
- Command -> to send hex code 0x05
- Command <- to send hex code 0x01 (move to beginning/end of line)
- Pointer > Right click > Paste from clipboard
echo "set completion-ignore-case On" >> ~/.inputrc
Under keyboard > shortcuts > app shortcuts create:
- Cut: CTRL+X
- Copy: CTRL+C
- Paste: CTRL+V
- Lock Screen: CMD+L
To put , `, ", @ and # in their place.
- Create ~/Library/KeyBindings dir if it doesn't exist.
- Create
DefaultKeyBindings.dict
with the following content:
{
"\UF729" = moveToBeginningOfLine:; // home
"\UF72B" = moveToEndOfLine:; // end
"$\UF729" = moveToBeginningOfLineAndModifySelection:; // shift-home
"$\UF72B" = moveToEndOfLineAndModifySelection:; // shift-end
}
Install the following trackpad driver to have Windows recognise the trackpad as precision: