[gnome-builder] emacs.css: Update to the latest action names
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] emacs.css: Update to the latest action names
- Date: Sun, 28 Jun 2015 04:47:53 +0000 (UTC)
commit f89fee2512524080da0c780da6c7124e15e1b815
Author: Alexander Larsson <alexl redhat com>
Date: Sun Jun 28 06:46:48 2015 +0200
emacs.css: Update to the latest action names
data/keybindings/emacs.css | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/data/keybindings/emacs.css b/data/keybindings/emacs.css
index 399b349..5f537a1 100644
--- a/data/keybindings/emacs.css
+++ b/data/keybindings/emacs.css
@@ -104,13 +104,13 @@
bind "<ctrl>f" { "action" ("workbench", "open", "") };
bind "<ctrl>s" { "action" ("view", "save", "") };
bind "s" { "action" ("workbench", "save-all", "") };
- bind "b" { "action" ("workbench", "new-document", "") };
+ bind "b" { "action" ("workbench", "global-search", "") };
bind "<ctrl>b" { "action" ("view-stack", "show-list", "") };
bind "<ctrl>w" { "action" ("view", "save-as", "") };
bind "u" { "redo" () };
- bind "2" { "action" ("editor-view", "toggle-split", "") };
- bind "3" { "action" ("stack", "split-document-right", "") };
- bind "o" { "action" ("stack", "focus-right", "") };
+ bind "2" { "action" ("view-stack", "split-down", "") };
+ bind "3" { "action" ("view-stack", "split-right", "") };
+ bind "o" { "action" ("view-grid", "focus-neighbor", "0") };
bind "grave" { "move-error" (down) };
bind "h" { "select-all" (1) };
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]