[gnome-builder] emacs: c-x h to select all



commit 611a1bf13f05ea85251085a257f6bb73da550756
Author: Christian Hergert <christian hergert me>
Date:   Fri Mar 20 17:35:49 2015 -0700

    emacs: c-x h to select all
    
    in emacs, this is the "mark-whole-buffer" operation, which i think is the
    same thing. emacs users should verify.

 data/keybindings/emacs.css |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/data/keybindings/emacs.css b/data/keybindings/emacs.css
index 6f921b1..869584a 100644
--- a/data/keybindings/emacs.css
+++ b/data/keybindings/emacs.css
@@ -95,6 +95,7 @@
   bind "3" { "action" ("stack", "split-document-right", "") };
   bind "o" { "action" ("stack", "focus-right", "") };
   bind "grave" { "move-error" (down) };
+  bind "h" { "select-all" (1) };
 }
 
 /*


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]