diff --git a/ace-window.el b/ace-window.el index 18333fb..d25d71e 100644 --- a/ace-window.el +++ b/ace-window.el @@ -162,7 +162,7 @@ Consider changing this if the overlay tends to overlap with other things." (?j aw-switch-buffer-in-window "Select Buffer") (?n aw-flip-window) (?u aw-switch-buffer-other-window "Switch Buffer Other Window") - (?f aw-split-window-fair "Split Fair Window") + (?F aw-split-window-fair "Split Fair Window") (?v aw-split-window-vert "Split Vert Window") (?b aw-split-window-horz "Split Horz Window") (?o delete-other-windows "Delete Other Windows")