mirror of
https://github.com/rwinkhart/sshyp.git
synced 2026-08-28 12:56:28 -04:00
Better explain purpose of custom text editor option
Former-commit-id: fec282230b92ee3035666a648544c86369643c21 Former-commit-id: fb0f46bac590e3f948c3404b1ae3991feefbbc5d
This commit is contained in:
+2
-2
@@ -146,8 +146,8 @@ def editor_config(_env_mode):
|
||||
else:
|
||||
_editor = 'nano'
|
||||
else:
|
||||
_editor = curses_text('enter the name of your preferred text editor:\n\n\n\n\n'
|
||||
'(ctrl+g/enter to confirm)\n\nexample input: vim')
|
||||
_editor = curses_text('enter the name of your preferred text editor:\n\n\n\n\n(ctrl+g/enter to confirm)'
|
||||
'\n\nthis will be used for writing notes\n\nexample input: vim')
|
||||
if not sshyp_data.has_section('CLIENT-GENERAL'):
|
||||
sshyp_data.add_section('CLIENT-GENERAL')
|
||||
sshyp_data.set('CLIENT-GENERAL', 'text_editor', _editor)
|
||||
|
||||
Reference in New Issue
Block a user