mirror of
https://github.com/rwinkhart/sshyp.git
synced 2026-09-03 07:37:16 -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:
|
else:
|
||||||
_editor = 'nano'
|
_editor = 'nano'
|
||||||
else:
|
else:
|
||||||
_editor = curses_text('enter the name of your preferred text editor:\n\n\n\n\n'
|
_editor = curses_text('enter the name of your preferred text editor:\n\n\n\n\n(ctrl+g/enter to confirm)'
|
||||||
'(ctrl+g/enter to confirm)\n\nexample input: vim')
|
'\n\nthis will be used for writing notes\n\nexample input: vim')
|
||||||
if not sshyp_data.has_section('CLIENT-GENERAL'):
|
if not sshyp_data.has_section('CLIENT-GENERAL'):
|
||||||
sshyp_data.add_section('CLIENT-GENERAL')
|
sshyp_data.add_section('CLIENT-GENERAL')
|
||||||
sshyp_data.set('CLIENT-GENERAL', 'text_editor', _editor)
|
sshyp_data.set('CLIENT-GENERAL', 'text_editor', _editor)
|
||||||
|
|||||||
Reference in New Issue
Block a user