1
0
Fork 0

do not wrap lines in git diff, also keyboard layout per window, not per app please

This commit is contained in:
Von Random 2017-01-26 17:12:09 +03:00
parent 0eb19bb939
commit a7ea7c9641
2 changed files with 3 additions and 3 deletions

View file

@ -7,9 +7,9 @@ gdf()
local fancydiff='/usr/bin/diff-so-fancy'
local githighlight='/usr/share/git/diff-highlight/diff-highlight'
if [[ -x ${fancydiff} ]]; then
gdiff "$@" | ${fancydiff} | less --tabs=4 -RFX
gdiff "$@" | ${fancydiff} | less --tabs=4 -RSFX
elif [[ -x ${githighlight} ]]; then
gdiff "$@" | ${githighlight} | less --tabs=4 -RFX
gdiff "$@" | ${githighlight} | less --tabs=4 -RSFX
else
gdiff "$@"
fi

View file

@ -1,5 +1,5 @@
[xkb config]
group_policy=2
group_policy=1
default_group=0
never_modify_config=false
model=pc105