summaryrefslogtreecommitdiffstats
path: root/example/default.yaml
AgeCommit message (Collapse)Author
2022-10-25chore(version): bump development versionAram Drevekenin
2022-07-28chore(release): v0.31.0v0.31.0Aram Drevekenin
2022-06-07chore(release): v0.30.0v0.30.0Aram Drevekenin
2022-05-02chore(release): v0.29.0v0.29.0Aram Drevekenin
2022-04-13chore(release): v0.28.0v0.28.0Aram Drevekenin
2022-03-31chore(release): v0.27.0v0.27.0Aram Drevekenin
2022-03-11chore(release): v0.26.0v0.26.0Aram Drevekenin
2022-02-22chore(release): v0.25.0v0.25.0Aram Drevekenin
2022-01-05chore(release): v0.24.0v0.24.0Aram Drevekenin
2021-12-13chore(release): v0.22.0v0.22.0Aram Drevekenin
2021-11-29chore(release): v0.21.0v0.21.0Aram Drevekenin
2021-11-08chore(release): v0.20.0v0.20.0Aram Drevekenin
2021-10-20chore(release): v0.19.0Aram Drevekenin
2021-09-29fix(e2e): new fullscreen snapshotAram Drevekenin
2021-09-21Update default config (#737)a-kenji
2021-09-06fix(example) Update NewTab action in example/default.yaml to new syntax (#693)sudo_synul
2021-05-10fixup! Merge branch 'main' of https://github.com/zellij-org/zellij into ↵a-kenji
simple-font-ui
2021-05-10fixup! Add Option for Simplified Layouta-kenji
* merge structop and serde structs
2021-05-10Add Option for Simplified Layouta-kenji
* the simplified layout omits the Nerdfonts characters that are not found in every Fontset * add an optional config option to opt into the simplified ui `simplified_ui: bool` * add a config flag that allows opting into the simplified ui `zellij options --simplified-ui` * move the `clean` flag to the `setup` subcommand
2021-05-09New behavior for h and lDante Pippi
New behavior for h and l, will change tabs if there are no available panes in the direction. cargo clippy Ensuring atomicity for the MoveFocusOrTab - Blocking the input thread for the action MoveFocusOrTab - Using "unreachable" macro in match arm to make it clear that the directions Up and Down should not be used with the action MoveFocusOrTab Adding tests
2021-04-25Requested Changes to 362:fenix
Renamed tmux.yaml to tmux.nonimplemented so that it's not mistaken, and removed an accidental edit in the default.yaml.
2021-04-25Corrections to Pull Request 362:fenix
Corrections according to the discussion of the pull request, namely separating this idea out into a new yaml entirely called tmux-overview., and creating a tmux.yaml with just the new tmux bindings.
2021-04-24Created Tmux.yamlfenix
Created a 1:1 Tmux.yaml for Zellij, using the Lock mode, as Tmux doesn't have a lock mode.
2021-04-21update default configHongjie Zhai
2021-04-17Add Unbind for Keybindings (#241)a-kenji
* will unbind all default keybindings for now * add test for toplevel unbind * add example/default.yaml * add example/README.md