Remove windmove shortcuts.

I will try use other-window only.
This commit is contained in:
KJ 2023-06-23 06:16:53 -04:00
parent 956ed75ed9
commit 01737264b9
1 changed files with 1 additions and 5 deletions

View File

@ -33,11 +33,7 @@
(global-set-key (kbd "C-x mr") 'rust-mode)
(global-set-key (kbd "C-x mw") 'web-mode)
;; Atajos de windmove
(global-set-key (kbd "C-x <left>") 'windmove-left)
(global-set-key (kbd "C-x <right>") 'windmove-right)
(global-set-key (kbd "C-x <up>") 'windmove-up)
(global-set-key (kbd "C-x <down>") 'windmove-down)
;; Cambiar de ventana
(global-set-key (kbd "C-S-o") 'other-window)
;; Meta atajos (atajos de atajos)