diff --git a/init.el b/init.el index 91a2993..4cc23c1 100644 --- a/init.el +++ b/init.el @@ -109,7 +109,7 @@ :bind ("C-S-c" . mc/edit-lines) ("C->" . mc/mark-next-like-this) - ("C-<" . mc/mark-prev-like-this) + ("C-<" . mc/mark-previous-like-this) ("C-+" . mc/mark-all-like-this) ("C-|" . mc/mark-pop) ("C-c c" . mc/mark-all-in-region) @@ -161,15 +161,10 @@ (use-package ace-window :bind ("C-c w" . ace-window) :custom - (aw-keys '(?a ?w ?e ?r ?g ?h ?j ?k ?l ?p)) (aw-dispatch-always t) (aw-scope 'frame) + (aw-keys '(?a ?w ?d ?f ?g ?h ?k ?l)) :config - (dolist (c aw-dispatch-alist) - (cl-case (car c) - (?j (setcar c ?J)) - (?v (setcar c ?s) (setcar (nthcdr 2 c) "Split Window")) - (?b (setcar c ?v) (setcar (nthcdr 2 c) "Vertical Split")))) (with-eval-after-load 'catppuccin-theme (face-spec-set 'aw-leading-char-face `((t (:foreground ,(catppuccin-get-color 'crust)