(global-set-key (kbd "C-x p") 'move-to-previous-window) (defun move-to-previous-window () "Move to the previous window." (interactive) (other-window -1))