Suspend frame on C-z
* emacs.d/emacs.org (\C-z): suspend-{emacs=>frame} This will work properly with emacsclient -tmaster
parent
481b633f3d
commit
5bc644d18c
|
@ -113,7 +113,7 @@ similar to Insert mode in that most keybindings echo.
|
|||
#+BEGIN_SRC emacs-lisp
|
||||
(evil-define-key 'normal global-map
|
||||
;; note that you can still return to Emacs mode in insert mode
|
||||
"\C-z" 'suspend-emacs)
|
||||
"\C-z" 'suspend-frame)
|
||||
#+END_SRC
|
||||
|
||||
** UI Stripping
|
||||
|
|
Loading…
Reference in New Issue