1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-11 22:37:11 +03:00

docs: clarify that we might be showing more recent info

for copy mode and search mode
This commit is contained in:
Wez Furlong 2022-08-04 06:31:40 -07:00
parent 3f7443f4c1
commit d5b910abed
2 changed files with 10 additions and 2 deletions

View File

@ -78,6 +78,10 @@ The key assignments for copy mode are specified by the `copy_mode` [Key Table](c
You may provide your own definition of this key table if you wish to customize it.
There isn't a way to override portions of the key table, only to replace the entire table.
The default configuration is equivalent to:
The default configuration at the time that these docs were built (which
may be more recent than your version of wezterm) is shown below.
You can see the configuration in your version of wezterm by running
`wezterm show-keys --lua --key-table copy_mode`.
{{#include examples/default-copy-mode-key-table.markdown}}

View File

@ -94,7 +94,11 @@ The key assignments for copy mode are specified by the `search_mode` [Key Table]
You may provide your own definition of this key table if you wish to customize it.
There isn't a way to override portions of the key table, only to replace the entire table.
The default configuration is equivalent to:
The default configuration at the time that these docs were built (which
may be more recent than your version of wezterm) is shown below.
You can see the configuration in your version of wezterm by running
`wezterm show-keys --lua --key-table search_mode`.
{{#include examples/default-search-mode-key-table.markdown}}