pull/498/head
Arijit Basu 2 years ago
parent 673bcd21c0
commit c42c4dc69d
No known key found for this signature in database
GPG Key ID: 0F8EF5258DC38077

@ -482,6 +482,7 @@ xplr.config.modes.builtin.default.key_bindings.on_key.T = {
},
}
```
</details>
## Also See:

@ -518,7 +518,7 @@ So to read the variables, the `-c` option of the shell
can be used.
You may need to pass `ExplorePwd` depening on the expectation.
Type: { Call = "string" }
Type: { Call = { command = string, args = { "list", "of", "string" } }
Example:

@ -50,7 +50,7 @@ compatibility.
- BREAKING: The builtin modes cannot be accessed using space separated names
anymore. Use underscore separated mode names. For e.g.
`SwitchModeBuiltin: create file` becomes `SwitchModeBuiltin: create_file` and
so on. Kindly go through your config, find and update them, or copy from the
so on. Kindly go through your config, find and update them, or copy from the
latest `init.lua`.
- Now you can use `xplr.config.general.global_key_bindings` to define a set of
key bindings that are available by default in every mode. e.g. `esc`

@ -459,7 +459,7 @@ pub enum ExternalMsg {
/// can be used.
/// You may need to pass `ExplorePwd` depening on the expectation.
///
/// Type: { Call = "string" }
/// Type: { Call = { command = string, args = { "list", "of", "string" } }
///
/// Example:
///

Loading…
Cancel
Save