From 6d3ad5ecc37fae45815ec19bcadd90ee4dda3a27 Mon Sep 17 00:00:00 2001 From: gryf Date: Sun, 23 Jan 2011 20:34:00 +0100 Subject: [PATCH] Added keyboard shortcuts for movement in diffs --- ftplugin/diff/common.vim | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ftplugin/diff/common.vim diff --git a/ftplugin/diff/common.vim b/ftplugin/diff/common.vim new file mode 100644 index 0000000..40476b7 --- /dev/null +++ b/ftplugin/diff/common.vim @@ -0,0 +1,3 @@ +"Fast jump between differnces +nmap [c +nmap ]c