commit 4eee9ab022f453dcb37b369d7158d7966189b8c0 from: Rafael M date: Sun Apr 5 18:48:31 2026 UTC Theme commit - fe6a60c92cca3ad981e9dc29514d558010ccc262 commit + 4eee9ab022f453dcb37b369d7158d7966189b8c0 blob - 9a3a6d106b3300ae57731d0b87812aa57d6f8942 blob + b5b42556db6d068169f1f0f9802e1a4dc42d7845 --- init.el +++ init.el @@ -139,10 +139,6 @@ ;; Window (windmove-default-keybindings) -(global-set-key (kbd "s-h") #'windmove-left) -(global-set-key (kbd "s-j") #'windmove-down) -(global-set-key (kbd "s-k") #'windmove-up) -(global-set-key (kbd "s-l") #'windmove-right) ;; Buffer @@ -331,6 +327,15 @@ (global-set-key (kbd "C-x ") #'xref-go-back) (global-set-key (kbd "C-x ") #'xref-go-forward) +(global-set-key (kbd "s-h") #'windmove-left) +(global-set-key (kbd "s-j") #'windmove-down) +(global-set-key (kbd "s-k") #'windmove-up) +(global-set-key (kbd "s-l") #'windmove-right) +(global-set-key (kbd "s-") #'windmove-left) +(global-set-key (kbd "s-") #'windmove-down) +(global-set-key (kbd "s-") #'windmove-up) +(global-set-key (kbd "s-") #'windmove-right) + ;; ================= ;; => Packages ;; ================= @@ -673,7 +678,7 @@ ;; Loading theme (load (expand-file-name (concat user-emacs-directory "singletheme-theme"))) -(load-theme 'moe-dark) +(load-theme 'moe-dark t) (singletheme-theme) ;; separate custom file