File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed
Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ as a local Lazy plugin:
3535
3636``` lua
3737return {
38- dir = vim .env .GHOSTTY_RESOURCES_DIR .. " /../vim/vimfiles" ,
38+ dir = ( vim .env .GHOSTTY_RESOURCES_DIR or " " ) .. " /../vim/vimfiles" ,
3939 lazy = false , -- Ensures it loads for Ghostty config detection
4040 name = " ghostty" , -- Avoids the name being "vimfiles"
4141 cond = vim .env .GHOSTTY_RESOURCES_DIR ~= nil , -- Only load if Ghostty is installed
Original file line number Diff line number Diff line change 1+ ---
2+ title : " Hammerspoon as MacOS Swiss Army Knife"
3+ date : 2024-12-02
4+ draft : true
5+ ---
6+
7+ I'm a long-term MacOS user, and have always loved to tinker with software.
8+ That's why I use [ Neovim] ( https://neovim.io ) , add all my
9+ [ dotfiles] ( https://github.com/yochem/dotfiles ) to GitHub, and use some apps to
10+ significantly enhance the MacOS experience.
11+
12+ - ` AltTab ` : Changes the app switcher. I mainly use this because I want a window
13+ switcher that shows _ all_ windows, not an app switcher that only lists the
14+ opened apps.
15+ - ` Karabiner Elements ` : Remapping keys, like capslock to escape and creating a
16+ 'hyper' key.
17+ - ` Logi Options+ ` : This also remaps some keys specific for my Logitech keyboard.
18+ - ` Middleclick ` : Use three-finger taps on the trackpad as mouse middle click.
19+ Useful for closing tabs.
20+ - ` Rectangle ` : Tiling windows with keyboard shortcuts.
21+
22+
23+ - discovered hammerspoon
24+ - _ could_ be possible to replace all
25+ - macos hidutil hack
26+ - todo: logitech, middleclick probs not possible
You can’t perform that action at this time.
0 commit comments