[gnome-builder] vim: yt command



commit 379d9949afc381edaad879e76db4d02760a116d3
Author: heroin <misko herko gmail com>
Date:   Wed Mar 9 15:07:25 2016 +0100

    vim: yt command
    
    https://bugzilla.gnome.org/show_bug.cgi?id=763374

 data/keybindings/vim.css |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/data/keybindings/vim.css b/data/keybindings/vim.css
index 3d29631..372be51 100644
--- a/data/keybindings/vim.css
+++ b/data/keybindings/vim.css
@@ -1376,6 +1376,16 @@
                     "selection-theatric" (expand)
                     "restore-insert-mark" ()
                     "clear-count" () };
+
+  bind "t" { "save-insert-mark" ()
+             "capture-modifier" ()
+             "save-search-char" ()
+             "movement" (next-match-modifier, 1, 1, 1)
+             "copy-clipboard" ()
+             "selection-theatric" (expand)
+             "clear-modifier" ()
+             "restore-insert-mark" ()
+             "clear-count" () };
 }
 
 @binding-set builder-vim-source-view-normal-g


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