[gnome-builder] keybindings: add view-stack.show-list for emacs and vim



commit 040ab34822c62070a4120edf6ecb5e8db97f117c
Author: Christian Hergert <christian hergert me>
Date:   Sun May 17 13:23:34 2015 -0700

    keybindings: add view-stack.show-list for emacs and vim
    
    C-x C-b in emacs
    Ctrl-k (like Builder mode) for vim

 data/keybindings/emacs.css |    1 +
 data/keybindings/vim.css   |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/data/keybindings/emacs.css b/data/keybindings/emacs.css
index 699f4ef..8cdee19 100644
--- a/data/keybindings/emacs.css
+++ b/data/keybindings/emacs.css
@@ -100,6 +100,7 @@
   bind "<ctrl>s" { "action" ("view", "save", "") };
   bind "s" { "action" ("workbench", "save-all", "") };
   bind "b" { "action" ("workbench", "new-document", "") };
+  bind "<ctrl>b" { "action" ("view-stack", "show-list", "") };
   bind "<ctrl>w" { "action" ("view", "save-as", "") };
   bind "u" { "redo" () };
   bind "2" { "action" ("editor-view", "toggle-split", "") };
diff --git a/data/keybindings/vim.css b/data/keybindings/vim.css
index 9a0a0ce..b4bb29a 100644
--- a/data/keybindings/vim.css
+++ b/data/keybindings/vim.css
@@ -96,6 +96,7 @@
   bind "<ctrl>s" { "action" ("view", "save", "") };
   bind "<ctrl><shift>s" { "action" ("view", "save-as", "") };
   bind "<ctrl><shift>o" { "action" ("workbench", "open", "") };
+  bind "<ctrl>k" { "action" ("view-stack", "show-list", "") };
 
   bind "F4" { "action" ("view", "find-other-file", "") };
   bind "F6" { "action" ("view", "preview", "") };


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