[gnome-builder] vim: fix VG behaviour



commit 3c84b2496cc5c2465ab2c6e0de9e3aeef8e6d864
Author: Alexandre Franke <alexandre franke gmail com>
Date:   Tue Jun 28 15:54:41 2016 +0200

    vim: fix VG behaviour

 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 2711747..4005fa8 100644
--- a/data/keybindings/vim.css
+++ b/data/keybindings/vim.css
@@ -2223,7 +2223,7 @@ bind "KP_Multiply" { "save-insert-mark" ()
 
   bind "z" { "set-mode" ("vim-visual-line-z", transient) };
 
-  bind "<shift>g" { "movement" (last-line, 1, 0, 0)
+  bind "<shift>g" { "movement" (nth-line, 1, 0, 1)
                     "movement" (last-char, 1, 0, 0) };
 
   bind "x"        { "copy-clipboard" ()


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