[gnome-builder/wip/libide] libide: grab : for showing the command bar



commit fee156c92a4b660b61de191157ca01f56445e994
Author: Christian Hergert <christian hergert me>
Date:   Thu Mar 12 12:08:40 2015 -0700

    libide: grab : for showing the command bar

 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 47e555e..2ea8b60 100644
--- a/data/keybindings/vim.css
+++ b/data/keybindings/vim.css
@@ -119,6 +119,8 @@
   bind "9" { "append-to-count" (9)
              "set-mode" ("vim-normal-with-count", transient) };
 
+  bind "colon" { "action" ("workbench", "show-command-bar", "") };
+
   /* replay the last recording */
   bind "period" { "replay-macro" (1) };
 
@@ -879,6 +881,8 @@
 
 @binding-set builder-vim-source-view-visual
 {
+  bind "colon" { "action" ("workbench", "show-command-bar", "") };
+
   bind "percent" { "move-to-matching-bracket" (1) };
 
   bind "1" { "append-to-count" (1)
@@ -1020,6 +1024,8 @@
 
 @binding-set builder-vim-source-view-visual-line
 {
+  bind "colon" { "action" ("workbench", "show-command-bar", "") };
+
   bind "1" { "append-to-count" (1)
              "set-mode" ("vim-visual-line-with-count", transient) };
   bind "2" { "append-to-count" (2)


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