[gnome-builder/gnome-builder-3-18] vim: spacing fix up for Escape action sequence



commit 3d24712ecca51044c88867ac6a2a1fe67fe7e017
Author: Ray Strode <rstrode redhat com>
Date:   Sat Oct 10 20:04:40 2015 -0400

    vim: spacing fix up for Escape action sequence
    
    The Escape keybinding action sequence for insert mode has
    the "movement" action misaligned.
    
    This commit fixes the action spacing to match up with the
    surrounding actions.

 data/keybindings/vim.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/keybindings/vim.css b/data/keybindings/vim.css
index 6074cad..dee02c9 100644
--- a/data/keybindings/vim.css
+++ b/data/keybindings/vim.css
@@ -1058,7 +1058,7 @@
                   "clear-count" ()
                   "clear-selection" ()
                   "clear-snippets" ()
-                 "movement" (previous-char, 0, 1, 0)
+                  "movement" (previous-char, 0, 1, 0)
                   "set-mode" ("vim-normal", permanent) };
 }
 


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