Skip to content

Commit

Permalink
feat: Add hammerspoon hjkl arrow keybindings
Browse files Browse the repository at this point in the history
  • Loading branch information
sudosubin committed Jan 14, 2025
1 parent 11713cd commit 0206003
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/darwin/programs/hammerspoon/files/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,11 @@ local bin = {
-- Default
local mods = {
{},
{"lAlt"},
{"lAlt", "lShift"},
{"lCmd"},
{"lCtrl"},
{"lShift"},
{"lCmd"}
}

for _, mod in ipairs(mods) do
Expand Down

0 comments on commit 0206003

Please sign in to comment.