Add windmove keybindings
This commit is contained in:
@@ -96,4 +96,11 @@
|
|||||||
;; into kill ring before replacing it.
|
;; into kill ring before replacing it.
|
||||||
(setq save-interprogram-paste-before-kill t)
|
(setq save-interprogram-paste-before-kill t)
|
||||||
|
|
||||||
|
;; Windmove family of commands allow easy navigation when there is more than two
|
||||||
|
;; buffers on screen.
|
||||||
|
(global-set-key (kbd "C-S-<left>") 'windmove-left)
|
||||||
|
(global-set-key (kbd "C-S-<right>") 'windmove-right)
|
||||||
|
(global-set-key (kbd "C-S-<up>") 'windmove-up)
|
||||||
|
(global-set-key (kbd "C-S-<down>") 'windmove-down)
|
||||||
|
|
||||||
;;; 05-basic.el ends here
|
;;; 05-basic.el ends here
|
||||||
|
|||||||
Reference in New Issue
Block a user