[gnome-builder/document-manager] keybindings: wire ctrl+w to close document-view



commit e660e8f62595ee9590fe6911ccc0d8a67a5e0f8a
Author: Christian Hergert <christian hergert me>
Date:   Mon Dec 8 14:02:17 2014 -0800

    keybindings: wire ctrl+w to close document-view

 src/resources/keybindings/default.ini |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/resources/keybindings/default.ini b/src/resources/keybindings/default.ini
index 2e8f270..fe274ef 100644
--- a/src/resources/keybindings/default.ini
+++ b/src/resources/keybindings/default.ini
@@ -11,7 +11,6 @@ show-command-bar = <Control>space
 global-search = <Control>period
 
 [workbench]
-close-tab = <Control>W
 # Temporary, so we can test vim.
 # Longer term, I want a custom vim.ini for when using vim for which
 # this will be ignored.
@@ -32,6 +31,7 @@ toggle-split = <Control><Shift>J
 switch-pane = <Control><Shift>K
 
 [stack]
+close = <Control>W
 focus-search = <Control>J
 focus-left = <Control>H
 focus-right = <Control>L


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