Easier switching between multiple screens
This commit is contained in:
parent
20497ccaf2
commit
81f0542b28
1 changed files with 3 additions and 0 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue