Open file on <SUBMIT>

This commit is contained in:
veeso
2021-06-10 11:08:17 +02:00
parent c4907c8ce5
commit a8354ee38f
7 changed files with 253 additions and 20 deletions

View File

@@ -934,7 +934,7 @@ impl FileTransferActivity {
.with_foreground(Color::Cyan)
.build(),
)
.add_col(TextSpan::from(" Enter directory"))
.add_col(TextSpan::from(" Enter directory / Open file"))
.add_row()
.add_col(
TextSpanBuilder::new("<SPACE>")
@@ -1030,7 +1030,9 @@ impl FileTransferActivity {
.with_foreground(Color::Cyan)
.build(),
)
.add_col(TextSpan::from(" Open text file"))
.add_col(TextSpan::from(
" Open text file with preferred editor",
))
.add_row()
.add_col(
TextSpanBuilder::new("<Q>")