Configure 'C-x p' for multi-monitor
This commit is contained in:
parent
bb98c93aa9
commit
f8df598207
1 changed files with 1 additions and 5 deletions
|
|
@ -31,11 +31,7 @@
|
||||||
(desktop-save-mode 1)
|
(desktop-save-mode 1)
|
||||||
|
|
||||||
;; Move one window back command
|
;; Move one window back command
|
||||||
(defun other-window-backward ()
|
(global-set-key (kbd "\C-x p") 'previous-multiframe-window)
|
||||||
"Goto previous window"
|
|
||||||
(interactive)
|
|
||||||
(other-window -1))
|
|
||||||
(global-set-key (kbd "\C-x p") 'other-window-backward)
|
|
||||||
|
|
||||||
;; Use C-x o to switch to other frame when using multi-monitor
|
;; Use C-x o to switch to other frame when using multi-monitor
|
||||||
(global-set-key (kbd "C-x o") 'next-multiframe-window)
|
(global-set-key (kbd "C-x o") 'next-multiframe-window)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue