ace-window.el (aw-dispatch-alist): Don't bind anything on home row

Re #156
old-master
Oleh Krehel 7 years ago
parent 1194d6162a
commit 2307fd15db
  1. 2
      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")

Loading…
Cancel
Save