Skip to content

Commit

Permalink
Fix a wrong leader windmove command
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxir committed Apr 13, 2024
1 parent edff3b9 commit 3f5cbd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/zy-leader.el
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ cell is ready to be used in `define-key'."
"c" (cons "Close" #'delete-window)
"o" (cons "Only" #'delete-other-windows)
"h" (cons "Left" #'windmove-left)
"j" (cons "Down" #'windmove-right)
"j" (cons "Down" #'windmove-down)
"k" (cons "Up" #'windmove-up)
"l" (cons "Right" #'windmove-right)
"s" (cons "Split" #'split-window-below)
Expand Down

0 comments on commit 3f5cbd5

Please sign in to comment.