[gnome-builder/wip/libide] libide: use proper gsignal name



commit 77a56305d39e023d19acce6afe39b97ef3db65ec
Author: Christian Hergert <christian hergert me>
Date:   Thu Mar 5 16:38:41 2015 -0800

    libide: use proper gsignal name

 data/keybindings/vim.css |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/keybindings/vim.css b/data/keybindings/vim.css
index 639284e..7f2e51f 100644
--- a/data/keybindings/vim.css
+++ b/data/keybindings/vim.css
@@ -172,11 +172,11 @@
   bind "i" { "set-mode" ("vim-normal-c-i", transient) };
 
   bind "e" { "movement" (next-word-end, 1)
-             "copy-selection" ()
+             "copy-clipboard" ()
              "delete-selection" ()
              "set-mode" ("vim-insert", permanent) };
   bind "w" { "movement" (next-word-end, 1)
-             "copy-selection" ()
+             "copy-clipboard" ()
              "delete-selection" ()
              "set-mode" ("vim-insert", permanent) };
 }
@@ -187,7 +187,7 @@
   bind "p" { "movement" (paragraph-start, 1)
              "swap-selection-bounds" ()
              "movement" (paragraph-end, 1)
-             "copy-selection" ()
+             "copy-clipboard" ()
              "delete-selection" ()
              "set-mode" ("vim-insert", permanent) };
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]