[gnome-builder/wip/libide] libide: attach `w` and `b` in vim mode
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/libide] libide: attach `w` and `b` in vim mode
- Date: Thu, 5 Mar 2015 00:29:57 +0000 (UTC)
commit 48060ed2f8b6f2770bd0f98b6c30deb3caa1c116
Author: Christian Hergert <christian hergert me>
Date: Wed Mar 4 16:29:46 2015 -0800
libide: attach `w` and `b` in vim mode
data/keybindings/vim.css | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/data/keybindings/vim.css b/data/keybindings/vim.css
index b4c78a2..e3ccf63 100644
--- a/data/keybindings/vim.css
+++ b/data/keybindings/vim.css
@@ -60,6 +60,10 @@
/* move by word ends */
bind "e" { "movement" (next-word-end, 0) };
+ /* move to by word start */
+ bind "w" { "movement" (next-word-start, 0) };
+ bind "b" { "movement" (previous-word-start, 0) };
+
/* page movements */
bind "<ctrl>b" { "movement" (page-up, 0) };
bind "<ctrl>f" { "movement" (page-down, 0) };
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]