[gnome-builder/gnome-builder-3-18] vim: add d in visual mode



commit 7c076d711a992742acfc1be5ce135232752ed0dc
Author: Sebastien Lafargue <slafargue gnome org>
Date:   Sun Oct 11 10:19:06 2015 +0200

    vim: add d in visual mode

 data/keybindings/vim.css |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/data/keybindings/vim.css b/data/keybindings/vim.css
index b64af43..d8e321c 100644
--- a/data/keybindings/vim.css
+++ b/data/keybindings/vim.css
@@ -1091,6 +1091,12 @@
              "delete-selection" ()
              "end-macro" ()
              "set-mode" ("vim-normal", permanent) };
+
+  bind "d" { "copy-clipboard" ()
+             "delete-selection" ()
+             "end-macro" ()
+             "set-mode" ("vim-normal", permanent) };
+
   bind "<shift>x" { "copy-clipboard" ()
                     "delete-selection" ()
                     "end-macro" ()


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