projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e1edab
)
[emacs] add a few frame-related key bindings
author
Amin Bandali
<bandali@gnu.org>
Tue, 30 Oct 2018 03:26:59 +0000
(23:26 -0400)
committer
Amin Bandali
<bandali@gnu.org>
Tue, 30 Oct 2018 03:26:59 +0000
(23:26 -0400)
init.org
patch
|
blob
|
blame
|
history
diff --git
a/init.org
b/init.org
index
13a3c8f
..
c1abe38
100644
(file)
--- a/
init.org
+++ b/
init.org
@@
-646,7
+646,10
@@
Enable =winner-mode=.
("C-c b s" . save-buffer)
("C-c S" . save-buffer)
("C-c o" . other-window)
- ("C-c q q" . save-buffers-kill-terminal))
+ ("C-c q q" . save-buffers-kill-terminal)
+ ("C-c F m" . make-frame-command)
+ ("C-c F d" . delete-frame)
+ ("C-c F D" . delete-other-frames))
#+end_src
** Packages