[gnome-builder/wip/libide] libide: backspace moves back a character



commit 345fd4784a876d962b9cccc4791479a88b3c0d7a
Author: Christian Hergert <christian hergert me>
Date:   Thu Mar 5 02:37:02 2015 -0800

    libide: backspace moves back a character

 data/keybindings/vim.css |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/data/keybindings/vim.css b/data/keybindings/vim.css
index 223c366..8157ea6 100644
--- a/data/keybindings/vim.css
+++ b/data/keybindings/vim.css
@@ -138,6 +138,8 @@
   bind "asciitilde" { "change-case" (toggle)
                       "movement" (next-char, 0) };
 
+  bind "BackSpace" { "movement" (previous-char, 0) };
+
   /* copy */
   bind "y" { "set-mode" ("vim-normal-y", transient) };
   bind "<shift>y" { "save-cursor" ()


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