diff --git a/Terminal/TerminalView.swift b/Terminal/TerminalView.swift index a6371e7f..751b5b55 100644 --- a/Terminal/TerminalView.swift +++ b/Terminal/TerminalView.swift @@ -84,6 +84,7 @@ class TerminalView: UIView { textView.keyboardAppearance = .dark textView.autocorrectionType = .no textView.smartDashesType = .no + textView.smartQuotesType = .no textView.autocapitalizationType = .none textView.spellCheckingType = .no