diff options
author | Martin Fischer <martin@push-f.com> | 2025-07-21 06:15:08 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-07-21 06:39:51 +0200 |
commit | 01a80a6c2e5ad4fcee50de5da50d97a9fd34518d (patch) | |
tree | 19683bb61b9ea34d2d807e99255a11b452711127 /user | |
parent | deadb9491705c32b6a82530b9334aa67d1904aac (diff) |
Diffstat (limited to 'user')
-rw-r--r-- | user/jj/config.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/user/jj/config.toml b/user/jj/config.toml new file mode 100644 index 0000000..72e8c4e --- /dev/null +++ b/user/jj/config.toml @@ -0,0 +1,8 @@ +"$schema" = "https://jj-vcs.github.io/jj/latest/config-schema.json" + +[user] +name = "Martin Fischer" +email = "martin@push-f.com" + +[ui] +pager = ["less", "--quit-if-one-screen", "--RAW-CONTROL-CHARS"] |