1
0
mirror of https://github.com/gryf/.vim.git synced 2025-12-17 11:30:29 +01:00

Added keyboard shortcuts for movement in diffs

This commit is contained in:
2011-01-23 20:34:00 +01:00
parent 48339a69cc
commit 6d3ad5ecc3

3
ftplugin/diff/common.vim Normal file
View File

@@ -0,0 +1,3 @@
"Fast jump between differnces
nmap <M-Up> [c
nmap <M-Down> ]c