[gnome-builder] libide: grab : for showing the command bar
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] libide: grab : for showing the command bar
- Date: Tue, 24 Mar 2015 00:14:55 +0000 (UTC)
commit d8f4d3e3cdcaf1cb1eb45f15d811476b6d2b6a4d
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]