[gnome-builder] libide: add dw dW de and dE support



commit b9802db25e7aa2885be4eeb14350245d595018a1
Author: Christian Hergert <christian hergert me>
Date:   Thu Mar 5 02:30:03 2015 -0800

    libide: add dw dW de and dE support

 data/keybindings/vim.css |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/data/keybindings/vim.css b/data/keybindings/vim.css
index 2904846..223c366 100644
--- a/data/keybindings/vim.css
+++ b/data/keybindings/vim.css
@@ -162,6 +162,14 @@
              "move-cursor" (visual-positions, 1, 1)
              "copy-clipboard" ()
              "delete-from-cursor" (chars, 1) };
+  bind "e" { "movement" (next-word-end, 1)
+             "delete-from-cursor" (chars, 1) };
+  bind "<shift>e" { "movement" (next-full-word-end, 1)
+                    "delete-from-cursor" (chars, 1) };
+  bind "w" { "movement" (next-word-start, 1)
+             "delete-from-cursor" (chars, 1) };
+  bind "<shift>w" { "movement" (next-full-word-start, 1)
+                    "delete-from-cursor" (chars, 1) };
 }
 
 @binding-set builder-vim-source-view-normal-z


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