Easier switching between multiple screens

This commit is contained in:
U-WBI\nxa24469 2017-08-28 16:38:54 +02:00
parent 20497ccaf2
commit 81f0542b28

View file

@ -37,6 +37,9 @@
(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
(global-set-key (kbd "C-x o") 'next-multiframe-window)
;; set my theme
(load-theme 'wombat)