From 372b0aa791a556993a2d15e37e7699b7df3926c2 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 19 May 2025 10:10:56 +0200 Subject: [PATCH] Add windmove default keybindings --- emacs/emacs.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs/emacs.el b/emacs/emacs.el index 41e1fcd..370ce9b 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -16,6 +16,7 @@ (global-completion-preview-mode 1) ; show things that you can tab-complete (setq tab-always-indent 'complete) ; allow tab to complete (setq text-mode-ispell-word-completion nil) ; but do not complete dictionary words +(windmove-default-keybindings) ; S-cursor to move to different windows (setq org-startup-folded t) -- 2.47.3