[gnome-builder] emacs: fix typo in split-view keybinding



commit 763d948caf2c9d0c08704a54b49facb4b0b52f6c
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]