From 2fd710ea547e967ca98438d2e0cce8897f47620f Mon Sep 17 00:00:00 2001 From: KJ Date: Sat, 27 Apr 2024 00:22:10 -0400 Subject: [PATCH] Add new navigation keybinding. --- configs/init-keys.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configs/init-keys.el b/configs/init-keys.el index c759a97..6c3b47f 100644 --- a/configs/init-keys.el +++ b/configs/init-keys.el @@ -36,6 +36,10 @@ ;; Cambiar de ventana (global-set-key (kbd "C-S-o") 'other-window) +;; Saltar entre párrafos +(define-key global-map "\M-p" 'backward-paragraph) +(define-key global-map "\M-n" 'forward-paragraph) + ;; Meta atajos (atajos de atajos) ;;(global-set-key (kbd "C-c l d") "\C-a\C- \C-n\M-w\C-y") ; Duplicar línea