mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Add 'e' key in buffer mode to open the buffer in an editor.
This commit is contained in:
@ -210,6 +210,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,
|
||||
|
Reference in New Issue
Block a user