[gnome-builder] spellchecker: allow activation from any vim mode



commit 642a89b7ff7b3610ed7d7a79febd8cb19a05dfcf
Author: Sebastien Lafargue <slafargue gnome org>
Date:   Sun Feb 5 21:38:49 2017 +0100

    spellchecker: allow activation from any vim mode
    
    <shift>F7 can now be used from any vim mode

 data/keybindings/vim.css |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/data/keybindings/vim.css b/data/keybindings/vim.css
index c1cbfd3..8d4eee8 100644
--- a/data/keybindings/vim.css
+++ b/data/keybindings/vim.css
@@ -110,6 +110,9 @@
   bind "<ctrl>0" { "reset-font-size" () };
 
   bind "F4" { "action" ("view", "find-other-file", "") };
+
+  /* start spell checking */
+  bind "<shift>F7" { "action" ("frame", "show-spellcheck", "1") };
 }
 
 @binding-set builder-vim-source-view-normal-with-count
@@ -178,8 +181,6 @@
   /* start search backward */
   bind "question" { "action" ("frame", "find", "2") };
 
-  /* start spell checking */
-  bind "<shift>F7" { "action" ("frame", "show-spellcheck", "1") };
   /* start search */
   bind "slash" { "action" ("frame", "find", "3") };
   bind "KP_Divide" { "action" ("frame", "find", "3") };


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