[gnome-builder] libide: wire up ^o and ^i in vim mode
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] libide: wire up ^o and ^i in vim mode
- Date: Tue, 24 Mar 2015 00:18:59 +0000 (UTC)
commit e435a5d8d4d99f6a9953b2d75503305b8ecb4d00
Author: Christian Hergert <christian hergert me>
Date: Fri Mar 13 02:49:00 2015 -0700
libide: wire up ^o and ^i 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 6a50842..adf02a4 100644
--- a/data/keybindings/vim.css
+++ b/data/keybindings/vim.css
@@ -425,6 +425,10 @@
"movement" (next-line, 1, 0, 1)
"set-mode" ("vim-visual-line", permanent) };
bind "<ctrl>v" { "set-mode" ("vim-visual-block", permanent) };
+
+ /* navigation */
+ bind "<ctrl>o" { "action" ("navigation", "go-backward", "") };
+ bind "<ctrl>i" { "action" ("navigation", "go-forward", "") };
}
@binding-set builder-vim-source-view-normal-bracket
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]