[gnome-builder/wip/libide] libide: add vim cis command



commit 9cc25dfceb94a6f6d82fa78e90c35efde4f58795
Author: Christian Hergert <christian hergert me>
Date:   Sun Mar 8 20:10:56 2015 -0700

    libide: add vim cis command

 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 64695a4..ff18b0d 100644
--- a/data/keybindings/vim.css
+++ b/data/keybindings/vim.css
@@ -373,6 +373,16 @@
              "delete-selection" ()
              "clear-count" () };
 
+  /* cis */
+  bind "s" { "set-mode" ("vim-insert", permanent)
+             "movement" (sentence-start, 1, 1, 1)
+             "swap-selection-bounds" ()
+             "movement" (sentence-end, 1, 1, 1)
+             "copy-clipboard" ()
+             "selection-theatric" (shrink)
+             "delete-selection" ()
+             "clear-count" () };
+
   /* ciw */
   bind "w" { "set-mode" ("vim-insert", permanent)
              "movement" (previous-word-end, 0, 1, 1)


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