Skip to content

Commit

Permalink
fix(keybinding): fix a typo, bind new command
Browse files Browse the repository at this point in the history
  • Loading branch information
donneyluck authored and abougouffa committed Jun 19, 2023
1 parent 77a4948 commit c7f1fe3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/me-keybindings.el
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@
;; ====== Window ======
"w" '(nil :wk "window")
"wd" #'delete-window
"wD" #'delete-window-on
"wD" #'delete-windows-on
"wo" #'delete-other-windows
"wm" #'maximize-window
"wu" #'winner-undo
"wU" #'winner-redo
Expand Down

0 comments on commit c7f1fe3

Please sign in to comment.