]> code.delx.au - dotemacs/commitdiff
key bindings
authorJames Bunton <jamesbunton@delx.net.au>
Wed, 20 Jul 2016 00:08:17 +0000 (10:08 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Wed, 20 Jul 2016 00:08:17 +0000 (10:08 +1000)
README.txt
lisp/my-keys.el

index 0a3d320c8c9ef20084987d85062c1b660e7b7c99..1f8488f96d9b0b83267295017f8be7c10f1dbc58 100644 (file)
@@ -4,6 +4,7 @@ https://www.gnu.org/software/emacs/manual/html_node/elisp/Key-Binding-Convention
 
 # General commands
 C-x C-c                                         Quit Emacs
+C-u C-x C-c                                     Save and quit
 C-g                                             Cancel command
 C-/                                             Undo
 C-g C-/                                         Undo undo
index 1b4a6b742cbec358dff48bdb89ca2846255a7190..372fe2f02ab46d5191580fb2da4e7f8718c2ea97 100644 (file)
@@ -1,3 +1,6 @@
+;; Disable suspend-frame, it's annoying
+(global-set-key (kbd "C-z") nil)
+
 ;; General commands
 (global-set-key (kbd "M-x") 'counsel-M-x)