Added keybinding with Super-key for window switching.
This commit is contained in:
parent
9a2bd0e9b4
commit
df7860aae3
4
init.el
4
init.el
|
@ -1,5 +1,5 @@
|
||||||
;;; init.el --- tastytea's Emacs init file.
|
;;; init.el --- tastytea's Emacs init file.
|
||||||
;; Time-stamp: <2019-06-09T21:39:33+00:00>
|
;; Time-stamp: <2019-06-12T16:14:32+00:00>
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
;; I am using this file with Emacs 26, but most of it will probably work with
|
;; I am using this file with Emacs 26, but most of it will probably work with
|
||||||
|
@ -174,6 +174,8 @@ With argument, do this that many times."
|
||||||
;; Switch windows.
|
;; Switch windows.
|
||||||
("M-S-<left>" . previous-multiframe-window)
|
("M-S-<left>" . previous-multiframe-window)
|
||||||
("M-S-<right>" . next-multiframe-window)
|
("M-S-<right>" . next-multiframe-window)
|
||||||
|
("s-<left>" . previous-multiframe-window) ; s = Super
|
||||||
|
("s-<right>" . next-multiframe-window)
|
||||||
;; Switch between header and implementation.
|
;; Switch between header and implementation.
|
||||||
("C-:" . ff-find-other-file)
|
("C-:" . ff-find-other-file)
|
||||||
))
|
))
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
127.0.0.1:51313 10584
|
127.0.0.1:51313 10337
|
||||||
phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh
|
phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh
|
Loading…
Reference in New Issue
Block a user