[gnome-builder] vim: add control option to c/s
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] vim: add control option to c/s
- Date: Thu, 16 Jan 2020 17:03:36 +0000 (UTC)
commit 0a8629eadda8aabbede29ff2e7b521139947b732
Author: Christian Hergert <chergert redhat com>
Date: Thu Jan 16 09:02:38 2020 -0800
vim: add control option to c/s
src/plugins/vim/keybindings/vim.css | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/src/plugins/vim/keybindings/vim.css b/src/plugins/vim/keybindings/vim.css
index 08676b442..c5af83482 100644
--- a/src/plugins/vim/keybindings/vim.css
+++ b/src/plugins/vim/keybindings/vim.css
@@ -2056,14 +2056,16 @@
@binding-set builder-vim-source-view-normal-ctrl-w
{
bind "v" { "action" ("frame", "open-in-new-frame", "''") "grab_focus" () };
- bind "<ctrl>v" { "action" ("frame", "open-in-new-frame", "''") "grab_focus" () };
+ bind "<Control>v" { "action" ("frame", "open-in-new-frame", "''") "grab_focus" () };
bind "c" { "action" ("frame", "close-page", "") };
+ bind "<Control>c" { "action" ("frame", "close-page", "") };
bind "s" { "action" ("frame", "split-page", "''") };
+ bind "<Control>s" { "action" ("frame", "split-page", "''") };
bind "w" { "action" ("grid", "focus-neighbor", "0") };
- bind "<ctrl>w" { "action" ("grid", "focus-neighbor", "0") };
+ bind "<Control>w" { "action" ("grid", "focus-neighbor", "0") };
bind "l" { "action" ("grid", "focus-neighbor", "5") };
bind "Right" { "action" ("grid", "focus-neighbor", "5") };
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]