diff options
author | David Runge <dave@sleepmap.de> | 2023-05-04 00:24:23 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2023-05-04 00:24:23 +0200 |
commit | 7dc8932df773dbd8c5f5ab12db99bc7df1767545 (patch) | |
tree | aa7aadf4a278c9d2cc48aa9144addc2d57a15119 | |
parent | c5de9228ed0435ef7a13407ab12fbbab7dcb6531 (diff) | |
download | dotfiles-7dc8932df773dbd8c5f5ab12db99bc7df1767545.tar.gz dotfiles-7dc8932df773dbd8c5f5ab12db99bc7df1767545.tar.bz2 dotfiles-7dc8932df773dbd8c5f5ab12db99bc7df1767545.tar.xz dotfiles-7dc8932df773dbd8c5f5ab12db99bc7df1767545.zip |
Set editor for khard to helix.
-rw-r--r-- | .config/khard/khard.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/khard/khard.conf b/.config/khard/khard.conf index 33f9793..98a8362 100644 --- a/.config/khard/khard.conf +++ b/.config/khard/khard.conf @@ -7,7 +7,7 @@ path = ~/.contacts/contacts path = ~/.contacts/wedding [general] -editor = vim +editor = helix merge_editor = vimdiff default_action = list show_nicknames = yes |