about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--res/config.toml1
-rw-r--r--src/config/config.nim1
2 files changed, 0 insertions, 2 deletions
diff --git a/res/config.toml b/res/config.toml
index edd5e255..ae1d5984 100644
--- a/res/config.toml
+++ b/res/config.toml
@@ -14,7 +14,6 @@ display-charset = "auto"
 [external]
 tmpdir = "/tmp/cha"
 editor = "vi %s +%d"
-editor-accept-sigint = false
 
 [network]
 max-redirect = 10
diff --git a/src/config/config.nim b/src/config/config.nim
index 112f4398..533ac93f 100644
--- a/src/config/config.nim
+++ b/src/config/config.nim
@@ -75,7 +75,6 @@ type
   ExternalConfig = object
     tmpdir*: string
     editor*: string
-    editor_accept_sigint*: bool
 
   NetworkConfig = object
     max_redirect*: int32