[gnome-builder] vim: spacing fix up for Escape action sequence
- From: Ray Strode <halfline src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] vim: spacing fix up for Escape action sequence
- Date: Sun, 11 Oct 2015 20:18:05 +0000 (UTC)
commit 6cf730d5b454a0bbc7b4e7fa1b71ab0d726474c1
Author: Ray Strode <rstrode redhat com>
Date: Sat Oct 10 20:04:40 2015 -0400
vim: spacing fix up for Escape action sequence
The Escape keybinding action sequence for insert mode has
the "movement" action misaligned.
This commit fixes the action spacing to match up with the
surrounding actions.
data/keybindings/vim.css | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/keybindings/vim.css b/data/keybindings/vim.css
index 6074cad..dee02c9 100644
--- a/data/keybindings/vim.css
+++ b/data/keybindings/vim.css
@@ -1058,7 +1058,7 @@
"clear-count" ()
"clear-selection" ()
"clear-snippets" ()
- "movement" (previous-char, 0, 1, 0)
+ "movement" (previous-char, 0, 1, 0)
"set-mode" ("vim-normal", permanent) };
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]