[gnome-builder] libide: fix <Cr> variants without a selection
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] libide: fix <Cr> variants without a selection
- Date: Tue, 24 Mar 2015 00:10:31 +0000 (UTC)
commit 66a8885aef05222949555814e8943ab3d23bd3c5
Author: Christian Hergert <christian hergert me>
Date: Tue Mar 10 17:02:26 2015 -0700
libide: fix <Cr> variants without a selection
data/keybindings/vim.css | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/data/keybindings/vim.css b/data/keybindings/vim.css
index e5208a6..7e09d1a 100644
--- a/data/keybindings/vim.css
+++ b/data/keybindings/vim.css
@@ -308,13 +308,13 @@
bind "BackSpace" { "move-cursor" (logical-positions, -1, 0)
"clear-count" () };
- bind "KP_Enter" { "movement" (next-line, 0, 0, 1)
+ bind "KP_Enter" { "movement" (next-line, 0, 1, 1)
"clear-count" () };
- bind "<shift>KP_Enter" { "movement" (next-line, 0, 0, 1)
+ bind "<shift>KP_Enter" { "movement" (next-line, 0, 1, 1)
"clear-count" () };
- bind "Return" { "movement" (next-line, 0, 0, 1)
+ bind "Return" { "movement" (next-line, 0, 1, 1)
"clear-count" () };
- bind "<shift>Return" { "movement" (next-line, 0, 0, 0)
+ bind "<shift>Return" { "movement" (next-line, 0, 1, 0)
"clear-count" () };
/* copy */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]