Skip to content

Commit

Permalink
fix window jump based on hjkl
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunggyuJang committed Dec 10, 2021
1 parent c4176ff commit dbb12cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows.fnl
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
Returns nil
"
(let [dir {:h "West" :j "South" :k "North" :l "East"}
space (. (hs.window.focusedWindow) :filter :defaultCurrentSpace)
space (. hs.window :filter :defaultCurrentSpace)
fn-name (.. :focusWindow (. dir arrow))]
(: space fn-name nil true true)
(highlight-active-window)))
Expand Down

0 comments on commit dbb12cd

Please sign in to comment.