[gnome-builder] libide: these basic normal movements are exclusive



commit 096beb9fc21ce9afc5a1fbe5eb64611ea883f0c2
Author: Christian Hergert <christian hergert me>
Date:   Fri Mar 6 11:19:12 2015 -0800

    libide: these basic normal movements are exclusive

 data/keybindings/vim.css |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/data/keybindings/vim.css b/data/keybindings/vim.css
index 823388a..7fd8e87 100644
--- a/data/keybindings/vim.css
+++ b/data/keybindings/vim.css
@@ -116,15 +116,15 @@
              "copy-selection" ()
              "delete-selection" () };
 
-  bind "Left"  { "movement" (previous-char, 0, 0, 1) };
-  bind "Right" { "movement" (next-char, 0, 0, 1) };
-  bind "Up"    { "movement" (previous-line, 0, 0, 1) };
-  bind "Down"  { "movement" (next-line, 0, 0, 1) };
-
-  bind "h"     { "movement" (previous-char, 0, 0, 1) };
-  bind "l"     { "movement" (next-char, 0, 0, 1) };
-  bind "k"     { "movement" (previous-line, 0, 0, 1) };
-  bind "j"     { "movement" (next-line, 0, 0, 1) };
+  bind "Left"  { "movement" (previous-char, 0, 1, 1) };
+  bind "Right" { "movement" (next-char, 0, 1, 1) };
+  bind "Up"    { "movement" (previous-line, 0, 1, 1) };
+  bind "Down"  { "movement" (next-line, 0, 1, 1) };
+
+  bind "h"     { "movement" (previous-char, 0, 1, 1) };
+  bind "l"     { "movement" (next-char, 0, 1, 1) };
+  bind "k"     { "movement" (previous-line, 0, 1, 1) };
+  bind "j"     { "movement" (next-line, 0, 1, 1) };
 
   /* move to special sub-mode 'g' */
   bind "g" { "set-mode" ("vim-normal-g", transient ) };


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