[gnome-builder/wip/libide-merge] emacs: c-x h to select all
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/libide-merge] emacs: c-x h to select all
- Date: Sat, 21 Mar 2015 00:35:56 +0000 (UTC)
commit 25ec0d49ab3d023160dd06fca499d11aa79fd56a
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]