kakoune/rc
Johannes Altmanninger 49de2b91c4 rc diff: bind diff-jump in all filetype=diff buffers, not just *.diff or *.patch files
Mapping in the filetype hook matches others like grep.kak and man.kak.
Since we map in buffer scope, git diff buffers will override diff-jump
with git-diff-goto-source.

This means that the diff-jump binding applies here:

	diff -u "$1" "$2" | kak -e 'set buffer filetype diff'

Reported in: https://github.com/mawww/kakoune/issues/153#issuecomment-1030643854
2022-03-06 09:49:55 +01:00
..
detection modeline-parse: parse set and : correctly 2021-12-31 11:02:15 -03:00
filetype rc diff: bind diff-jump in all filetype=diff buffers, not just *.diff or *.patch files 2022-03-06 09:49:55 +01:00
tools Add a complete-command command to configure command completion 2022-03-06 10:13:14 +11:00
windowing Add a complete-command command to configure command completion 2022-03-06 10:13:14 +11:00