[gnome-builder/gnome-builder-3-26] add yfX
- From: Sébastien Lafargue <slafargue src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/gnome-builder-3-26] add yfX
- Date: Fri, 29 Sep 2017 10:03:28 +0000 (UTC)
commit 0b1de4064c59c8f053c9e527e9c538439c8cb683
Author: Sebastien Lafargue <slafargue gnome org>
Date: Fri Sep 29 11:34:27 2017 +0200
add yfX
yfX : copy in the clipboard up to and included
the char represented by X.
data/keybindings/vim.css | 20 ++++++++++++++++++--
1 files changed, 18 insertions(+), 2 deletions(-)
---
diff --git a/data/keybindings/vim.css b/data/keybindings/vim.css
index dde491d..763266a 100644
--- a/data/keybindings/vim.css
+++ b/data/keybindings/vim.css
@@ -1488,7 +1488,9 @@
"restore-insert-mark" ()
"clear-count" () };
- bind "t" { "save-insert-mark" ()
+ bind "t" { "begin-macro" ()
+ "save-insert-mark" ()
+ "save-command" ()
"capture-modifier" ()
"save-search-char" ()
"movement" (next-match-modifier, 1, 1, 1)
@@ -1496,7 +1498,21 @@
"selection-theatric" (expand)
"clear-modifier" ()
"restore-insert-mark" ()
- "clear-count" () };
+ "clear-count" ()
+ "end-macro" () };
+
+ bind "f" { "begin-macro" ()
+ "save-insert-mark" ()
+ "save-command" ()
+ "capture-modifier" ()
+ "save-search-char" ()
+ "movement" (next-match-modifier, 1, 0, 1)
+ "copy-clipboard" ()
+ "selection-theatric" (expand)
+ "clear-modifier" ()
+ "restore-insert-mark" ()
+ "clear-count" ()
+ "end-macro" () };
bind "dollar" { "begin-macro" ()
"save-insert-mark" ()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]