diff options
Diffstat (limited to '.config/khard')
-rwxr-xr-x | .config/khard/khard.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.config/khard/khard.conf b/.config/khard/khard.conf new file mode 100755 index 0000000..67c4dcf --- /dev/null +++ b/.config/khard/khard.conf @@ -0,0 +1,19 @@ +[addressbooks] +[[l_addressbook_local]] +path = ~/.addressbook/addressbook + +[general] +debug = no +default_action = list +editor = nvim, -i, NONE +merge_editor = vimdiff + +[contact table] +display = formatted_name +group_by_addressbook = no +show_nicknames = no +show_uids = no +sort = last_name + +[vcard] +skip_unparesable = yes |