mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-23 19:10:09 +03:00
Merge pull request #530 from a-kenji/action-doc
Add documentation to actions struct
This commit is contained in:
commit
d13fc7cafa
@ -12,6 +12,10 @@ pub enum Direction {
|
||||
Down,
|
||||
}
|
||||
|
||||
// As these actions are bound to the default config, please
|
||||
// do take care when refactoring - or renaming.
|
||||
// They might need to be adjusted in the default config
|
||||
// as well `../../../assets/config/default.yaml`
|
||||
/// Actions that can be bound to keys.
|
||||
#[derive(Clone, Debug, PartialEq, Deserialize, Serialize)]
|
||||
pub enum Action {
|
||||
|
Loading…
Reference in New Issue
Block a user