do not wrap lines in git diff, also keyboard layout per window, not per app please
This commit is contained in:
parent
0eb19bb939
commit
a7ea7c9641
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
2
gxkb.cfg
2
gxkb.cfg
|
@ -1,5 +1,5 @@
|
|||
[xkb config]
|
||||
group_policy=2
|
||||
group_policy=1
|
||||
default_group=0
|
||||
never_modify_config=false
|
||||
model=pc105
|
||||
|
|
Loading…
Reference in a new issue