diff options
author | bptato <nincsnevem662@gmail.com> | 2024-05-12 19:02:02 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-05-12 19:02:02 +0200 |
commit | 87967537bcf0d785d582a7fc4bd9d080eb9da69a (patch) | |
tree | 8d61f0ffca6afeac069287f7741a220d41fb9793 /res/config.toml | |
parent | 53079a080291889428071700f8c0919f84132534 (diff) | |
download | chawan-87967537bcf0d785d582a7fc4bd9d080eb9da69a.tar.gz |
pager: editor command fixes
Diffstat (limited to 'res/config.toml')
-rw-r--r-- | res/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/config.toml b/res/config.toml index 3ace21bd..23f37846 100644 --- a/res/config.toml +++ b/res/config.toml @@ -238,7 +238,7 @@ urimethodmap = [ "/usr/local/etc/w3m/urimethodmap" ] tmpdir = "/tmp/cha" -editor = "${EDITOR:-vi +%d %s}" +editor = "${EDITOR:-vi}" cgi-dir = "${%CHA_LIBEXEC_DIR}/cgi-bin" download-dir = "/tmp/" w3m-cgi-compat = false |