[gnome-builder] vim: dd should end up on the first non-blank char
- From: Sébastien Lafargue <slafargue src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] vim: dd should end up on the first non-blank char
- Date: Sun, 15 Nov 2015 15:53:35 +0000 (UTC)
commit d68ba83e191f209e85ce54d2ed0c03bef3bc42da
Author: Sebastien Lafargue <slafargue gnome org>
Date: Sun Nov 15 16:52:43 2015 +0100
vim: dd should end up on the first non-blank char
data/keybindings/vim.css | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/data/keybindings/vim.css b/data/keybindings/vim.css
index 04e7aaa..ec80a54 100644
--- a/data/keybindings/vim.css
+++ b/data/keybindings/vim.css
@@ -1089,14 +1089,12 @@
"clear-count" ()
"end-macro" () };
-
bind "d" { "begin-macro" ()
- "save-insert-mark" ()
"movement" (first-char, 0, 1, 0)
"movement" (next-line, 1, 0, 1)
"copy-clipboard" ()
"delete-selection" ()
- "restore-insert-mark" ()
+ "movement" (first-nonspace-char, 0, 1, 0)
"end-macro" () };
bind "plus" { "begin-macro" ()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]