mirror of
https://github.com/wez/wezterm.git
synced 2024-11-22 22:42:48 +03:00
docs: clarify that we might be showing more recent info
for copy mode and search mode
This commit is contained in:
parent
3f7443f4c1
commit
d5b910abed
@ -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}}
|
||||
|
@ -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}}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user