From 2307fd15db07fda8bc5c807376105af38678f6c5 Mon Sep 17 00:00:00 2001 From: Oleh Krehel Date: Mon, 4 Feb 2019 14:39:40 +0100 Subject: [PATCH] ace-window.el (aw-dispatch-alist): Don't bind anything on home row Re #156 --- ace-window.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")