Add 'e' key in buffer mode to open the buffer in an editor.

This commit is contained in:
Nicholas Marriott
2020-05-01 09:02:44 +01:00
parent 7af5817245
commit cc19203be2
11 changed files with 176 additions and 4 deletions

View File

@ -209,6 +209,12 @@ const struct options_table_entry options_table[] = {
.default_str = "screen"
},
{ .name = "editor",
.type = OPTIONS_TABLE_STRING,
.scope = OPTIONS_TABLE_SERVER,
.default_str = _PATH_VI
},
{ .name = "escape-time",
.type = OPTIONS_TABLE_NUMBER,
.scope = OPTIONS_TABLE_SERVER,