Change windmove shortcut keys.
This commit is contained in:
parent
0411b624da
commit
e98d12e7e8
@ -38,10 +38,10 @@
|
|||||||
(global-set-key (kbd "C-x tp") 'multi-vterm-project)
|
(global-set-key (kbd "C-x tp") 'multi-vterm-project)
|
||||||
|
|
||||||
;; Atajos de windmove
|
;; Atajos de windmove
|
||||||
(global-set-key (kbd "C-x C-<left>") 'windmove-left)
|
(global-set-key (kbd "C-x <left>") 'windmove-left)
|
||||||
(global-set-key (kbd "C-x C-<right>") 'windmove-right)
|
(global-set-key (kbd "C-x <right>") 'windmove-right)
|
||||||
(global-set-key (kbd "C-x C-<up>") 'windmove-up)
|
(global-set-key (kbd "C-x <up>") 'windmove-up)
|
||||||
(global-set-key (kbd "C-x C-<down>") 'windmove-down)
|
(global-set-key (kbd "C-x <down>") 'windmove-down)
|
||||||
|
|
||||||
;; Atajos para reemplazar (los por fedecto no van bien para el teclado en español)
|
;; Atajos para reemplazar (los por fedecto no van bien para el teclado en español)
|
||||||
(global-set-key (kbd "C-x /") 'query-replace-regexp)
|
(global-set-key (kbd "C-x /") 'query-replace-regexp)
|
||||||
|
Loading…
Reference in New Issue
Block a user