Skip to content

Commit

Permalink
Move to meh-combo for more window movement
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemcc committed Aug 1, 2019
1 parent 7ee63c4 commit fa21865
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/phoenix/core.cljs
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@


(bind "left" meh-combo to-left-half) (bind "left" meh-combo to-left-half)
(bind "right" meh-combo to-right-half) (bind "right" meh-combo to-right-half)
(bind "f" ["alt" "cmd"] to-fullscreen) (bind "f" meh-combo to-fullscreen)
(bind "down" ["alt" "cmd"] to-middle) (bind "down" meh-combo to-middle)


(switch-app "c" "iTerm") (switch-app "c" "iTerm")
(switch-app "i" "IntelliJ IDEA") (switch-app "i" "IntelliJ IDEA")
Expand Down

0 comments on commit fa21865

Please sign in to comment.