[gnome-builder] vim: support tree search with /



commit fc4af813d1e6aea5b20674fbe83c0cf97978f4f0
Author: Christian Hergert <christian hergert me>
Date:   Sat Apr 18 18:56:28 2015 -0700

    vim: support tree search with /

 data/keybindings/vim.css |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/data/keybindings/vim.css b/data/keybindings/vim.css
index 24fa12e..a2afce9 100644
--- a/data/keybindings/vim.css
+++ b/data/keybindings/vim.css
@@ -1333,6 +1333,7 @@
 {
   bind "<ctrl>n" { "move-cursor" (display-lines, 1) };
   bind "<ctrl>p" { "move-cursor" (display-lines, -1) };
+  bind "slash" { "start-interactive-search" () };
 }
 
 @binding-set builder-gb-project-tree-vim


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