force lf eof

This commit is contained in:
Andre Schaf 2026-06-24 10:44:08 +02:00
parent 2eb14066f4
commit e10196b1d0

1
kakrc
View file

@ -48,6 +48,7 @@ map -docstring "paste" global user p "!wl-paste<ret>"
# git # git
declare-user-mode git declare-user-mode git
set-option global eolformat lf
map -docstring "preview" global git p ":git show-diff<ret>" map -docstring "preview" global git p ":git show-diff<ret>"
map -docstring "next change" global git j ":git next-hunk<ret>" map -docstring "next change" global git j ":git next-hunk<ret>"
map -docstring "previous change" global git k ":git prev-hunk<ret>" map -docstring "previous change" global git k ":git prev-hunk<ret>"