From 11d104611faac4ba40c4ef4193a2818dc8cab534 Mon Sep 17 00:00:00 2001 From: Aleksandr Lebedev Date: Sat, 1 Feb 2025 22:07:06 +0100 Subject: [PATCH] Window history --- config.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.org b/config.org index 6e9c016..3363654 100644 --- a/config.org +++ b/config.org @@ -70,6 +70,8 @@ ** Keybindings #+begin_src emacs-lisp (global-set-key [remap list-buffers] 'ibuffer) +(global-set-key (kbd "M-o") 'other-window) +;;(windmove-default-keybindings) ;; move between windows with S-, S-, S-, S- #+end_src * Support functions ** Emacs function launcher @@ -404,6 +406,7 @@ The following settings are simple modes that are enabled (or disabled) so that E (global-auto-revert-mode t) ;; Automatically show changes if the file has changed (global-display-line-numbers-mode 1) ;; Display line numbers (global-visual-line-mode t) ;; Enable truncated lines +(winner-mode t) ;; Undo (C-c ) and Redo (C-c ) for windows #+end_src ** Battery info #+begin_src emacs-lisp