Skip to content

Commit

Permalink
Inverted T for window positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
caillou committed Dec 5, 2019
1 parent 351a682 commit 4ebff9d
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions hammerspoon/windows-bindings-defaults.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,16 @@ return {
mappings = {
{ {}, 'return', 'maximize' },
{ {}, 'space', 'centerWithFullHeight' },
{ {}, 'h', 'left' },
{ {}, 'j', 'down' },
{ {}, 'k', 'up' },
{ {}, 'j', 'left' },
{ {}, 'k', 'down' },
{ {}, 'i', 'up' },
{ {}, 'l', 'right' },
{ {'shift'}, 'h', 'left40' },
{ {'shift'}, 'j', 'left40' },
{ {'shift'}, 'l', 'right60' },
{ {}, 'i', 'upLeft' },
{ {}, 'u', 'upLeft' },
{ {}, 'o', 'upRight' },
{ {}, ',', 'downLeft' },
{ {}, 'm', 'downLeft' },
{ {}, '.', 'downRight' },
{ {}, 'n', 'nextScreen' },
{ {}, 'right', 'moveOneScreenEast' },
{ {}, 'left', 'moveOneScreenWest' },
}
}

0 comments on commit 4ebff9d

Please sign in to comment.