Skip to content

Instantly share code, notes, and snippets.

View moiseshilario's full-sized avatar
✌️

Moisés Hilario Rodrigues moiseshilario

✌️
View GitHub Profile
@moiseshilario
moiseshilario / reduce_dock_autohide_animation.bash
Created December 10, 2021 19:05
Reduce the Dock autohide animation (MacOS)
# Increase speed of the animation
defaults write com.apple.dock autohide-time-modifier -float 0.35;killall Dock
# remove the delay
defaults write com.apple.Dock autohide-delay -float 0;killall Dock
@moiseshilario
moiseshilario / zed_change_caps_to_escape.json
Last active August 27, 2024 13:11
karabiner elements: Zed Editor ~ change caps to escape
{
"description": "Zed Editor: change caps to escape",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "caps_lock"
},
"to": [
{