[gnome-builder/wip/libide] libide: these basic normal movements are exclusive
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/libide] libide: these basic normal movements are exclusive
- Date: Fri, 6 Mar 2015 19:21:43 +0000 (UTC)
commit 00578c3f125d5a2c6a74ebfccb7794698a589e3c
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]