commit fe6a60c92cca3ad981e9dc29514d558010ccc262 from: Rafael M date: Tue Mar 24 02:10:17 2026 UTC navigation and projectile commit - d7f7977597db9a0221b2aabe485140a20d9c3b79 commit + fe6a60c92cca3ad981e9dc29514d558010ccc262 blob - /dev/null blob + e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 (mode 644) blob - 442e4d7a1e5643b35ecf7a019c3dfb160b8d8d8e blob + 9a3a6d106b3300ae57731d0b87812aa57d6f8942 --- init.el +++ init.el @@ -136,6 +136,15 @@ (add-hook 'mouse-leave-buffer-hook 'stop-using-minibuffer) +;; 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 (use-package ibuffer :ensure nil :config