[gnome-builder/gnome-builder-3-28] emacs: fix typo in split-view keybinding
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/gnome-builder-3-28] emacs: fix typo in split-view keybinding
- Date: Mon, 26 Mar 2018 21:14:21 +0000 (UTC)
commit 2fca9cf46c20e28dbbef419e7fda82fe2f8d9e00
Author: yakupovrn <yakupovrn gmail com>
Date: Mon Mar 26 23:10:16 2018 +0300
emacs: fix typo in split-view keybinding
Fixes #442
src/libide/keybindings/emacs.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/libide/keybindings/emacs.css b/src/libide/keybindings/emacs.css
index 8a5c32eba..05353c142 100644
--- a/src/libide/keybindings/emacs.css
+++ b/src/libide/keybindings/emacs.css
@@ -138,7 +138,7 @@
"clear-selection" ()
"remove-cursors" ()
"redo" () };
- bind "2" { "action" ("lyaoutstack", "split-view", "''") };
+ bind "2" { "action" ("layoutstack", "split-view", "''") };
bind "3" { "action" ("layoutstack", "open-in-new-frame", "''") };
bind "o" { "action" ("layoutgrid", "focus-neighbor", "0") };
bind "grave" { "move-error" (down) };
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]