[gnome-builder] vim: <ctrl><shift>o for open



commit 891d68ed6f6760198b76e48302ed3ebe6310ea55
Author: Christian Hergert <christian hergert me>
Date:   Sat Mar 21 15:15:30 2015 -0700

    vim: <ctrl><shift>o for open

 data/keybindings/vim.css |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/data/keybindings/vim.css b/data/keybindings/vim.css
index f5268d3..c8be221 100644
--- a/data/keybindings/vim.css
+++ b/data/keybindings/vim.css
@@ -93,6 +93,10 @@
   bind "<ctrl>period" { "action" ("workbench", "global-search", "") };
   bind "<ctrl>s" { "action" ("view", "save", "") };
   bind "<ctrl><shift>s" { "action" ("view", "save-as", "") };
+  bind "<ctrl><shift>o" { "action" ("workbench", "open", "") };
+
+  bind "F4" { "action" ("view", "find-other-file", "") };
+  bind "F9" { "action" ("view", "preview", "") };
 }
 
 @binding-set builder-vim-source-view-normal-with-count
@@ -450,10 +454,6 @@
 
   /* window controls */
   bind "<ctrl>w" { "set-mode" ("vim-normal-ctrl-w", transient) };
-
-  /* not vim perse, but common mapping */
-  bind "F4" { "action" ("view", "find-other-file", "") };
-  bind "F9" { "action" ("view", "preview", "") };
 }
 
 @binding-set builder-vim-source-view-normal-bracket


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