[gnome-builder/gnome-builder-3-18] vim: add '?' keybinding
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/gnome-builder-3-18] vim: add '?' keybinding
- Date: Tue, 13 Oct 2015 07:40:55 +0000 (UTC)
commit 1442427a96d6d38dc58d672a1f85f08f531dd30b
Author: Ray Strode <rstrode redhat com>
Date: Sat Oct 10 21:40:24 2015 -0400
vim: add '?' keybinding
The question mark is just like / but searches in reverse instead
of forward.
https://bugzilla.gnome.org/show_bug.cgi?id=756405
data/keybindings/vim.css | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/data/keybindings/vim.css b/data/keybindings/vim.css
index 9eaa435..66c3ce6 100644
--- a/data/keybindings/vim.css
+++ b/data/keybindings/vim.css
@@ -149,6 +149,9 @@
/* replay the last recording */
bind "period" { "replay-macro" (1) };
+ /* start search backward */
+ bind "question" { "action" ("frame", "find", "2") };
+
/* start search */
bind "slash" { "action" ("frame", "find", "3") };
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]