From 956ed75ed9dd0aa5224524464a12e72b8c433a6b Mon Sep 17 00:00:00 2001 From: KJ Date: Fri, 23 Jun 2023 06:07:48 -0400 Subject: [PATCH] Change shortcut for ace-window to a new for other-window. --- configs/init-keys.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/init-keys.el b/configs/init-keys.el index ca0cf81..1d87309 100644 --- a/configs/init-keys.el +++ b/configs/init-keys.el @@ -38,7 +38,7 @@ (global-set-key (kbd "C-x ") 'windmove-right) (global-set-key (kbd "C-x ") 'windmove-up) (global-set-key (kbd "C-x ") 'windmove-down) -(global-set-key (kbd "C-") 'ace-window) +(global-set-key (kbd "C-S-o") 'other-window) ;; 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