1
0
Fork 0

Suspend frame on C-z

* emacs.d/emacs.org (\C-z): suspend-{emacs=>frame}
  This will work properly with emacsclient -t
master
Mike Gerwitz 2016-03-29 23:49:50 -04:00
parent 481b633f3d
commit 5bc644d18c
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 1 additions and 1 deletions

View File

@ -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