[gnome-builder] keybindings: use <Control>O and <Control>I for navigation like VIM.



commit 8d14f9a04f09bc3de69f150ff7af823fd839e47a
Author: Christian Hergert <christian hergert me>
Date:   Wed Sep 24 18:01:43 2014 -0700

    keybindings: use <Control>O and <Control>I for navigation like VIM.

 src/resources/keybindings/default.ini |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/src/resources/keybindings/default.ini b/src/resources/keybindings/default.ini
index 9120e66..21521c7 100644
--- a/src/resources/keybindings/default.ini
+++ b/src/resources/keybindings/default.ini
@@ -4,6 +4,8 @@ quit = <Control>q
 [win]
 workspace1 = <Control>1
 workspace2 = <Control>2
+go-forward = <Control>I
+go-backward = <Control>O
 
 [workbench]
 close-tab = <Control>W
@@ -13,7 +15,9 @@ new-tab = <Control><Shift>T
 [editor]
 go-to-end = <Control>Page_Down
 go-to-start = <Control>Page_Up
-open = <Control>O
+; I'd like open to not have an accelerator by default eventually. We will move
+; the majority of that feature to the global search making it unnecessary.
+open = <Control><Shift>O
 reformat = <Control><Shift>R
 save = <Control>S
 save-as = <Control><Shift>S


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