[gnome-builder/wip/libide] libide: fix <Cr> variants without a selection
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/libide] libide: fix <Cr> variants without a selection
- Date: Wed, 11 Mar 2015 00:02:41 +0000 (UTC)
commit 1ea765dc6b3f7388bf8a4a356fffbf12b9b20637
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]