Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
eliranwong committed Oct 19, 2023
1 parent 4d84dcb commit 0a52f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/ConfigUtil.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def getCurrentVenvDir():
False)
setConfig("terminalNoteEditor", """
# Default note editor used in terminal mode.
# Suggested options: '', 'micro', 'nano --softwrap --atblanks -', 'vi -' and 'vim -'.
# Suggested options: '', 'micro -softwrap true -wordwrap true', 'nano --softwrap --atblanks -', 'vi -' and 'vim -'.
# If empty string is given, UBA uses built-in text editor.""",
"")
if config.terminalNoteEditor in ("nano --softwrap --atblanks", "vi", "vim"):
Expand Down

0 comments on commit 0a52f42

Please sign in to comment.