[gnome-builder] emacs: add <alt>period to go to definition in emacs mode
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] emacs: add <alt>period to go to definition in emacs mode
- Date: Sat, 28 Mar 2015 00:23:29 +0000 (UTC)
commit 75d431d7927cdf65d88881eabe2cb9429f29cec8
Author: Christian Hergert <christian hergert me>
Date: Fri Mar 27 17:23:23 2015 -0700
emacs: add <alt>period to go to definition in emacs mode
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 bd80781..e6c75fe 100644
--- a/data/keybindings/emacs.css
+++ b/data/keybindings/emacs.css
@@ -51,6 +51,7 @@
bind "<alt>x" { "action" ("win", "show-command-bar", "") };
bind "<ctrl>s" { "action" ("editor-frame", "find", "") };
bind "<ctrl>period" { "action" ("workbench", "global-search", "") };
+ bind "<alt>period" { "goto-definition" () };
bind "<ctrl>comma" { "action" ("app", "preferences", "") };
bind "<alt>n" { "move-error" (down) };
bind "<alt>p" { "move-error" (up) };
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]