summaryrefslogtreecommitdiffstats
path: root/zellij-utils
AgeCommit message (Expand)Author
2022-03-10fix(config): allow POSIX style `--config` override (#1205)a-kenji
2022-03-06fix(comp): typo in long option '--generate-completion' for fish (#1183)Hoang Nguyen
2022-03-05fix(comp): typo and add new option (#1178)a-kenji
2022-03-05add(comp): dynamic completions for fish (#1176)a-kenji
2022-03-03fix(layout): allow lowercase keys and values (#1160)a-kenji
2022-03-01add: set `env` var's from config and layout (#1154)a-kenji
2022-02-28fix: typo in error message (#1151)a-kenji
2022-02-28fix: Allow terminal title passthrough even when not drawing pane frames. (#1113)Kerfuffle
2022-02-27add tmux ctrl+b d shortcut for detach (#1116)Cason Adams
2022-02-24add: a few extra tmux binding keys (#1098)Cason Adams
2022-02-24add(conf): add action to send `^b` (#1106)a-kenji
2022-02-23fix: invalid assignment of `client_id` (#1052)Jae-Heon Ji
2022-02-22chore(version): bump development versionAram Drevekenin
2022-02-21feat(ux): tmux mode (#1073)Aram Drevekenin
2022-02-18feat(ui): add floating panes (#1066)Aram Drevekenin
2022-02-02feat(copy): allow osc52 copy destination configuration (#1022)Thomas Linford
2022-02-01feat: add focus attribute in layout (#958)Jae-Heon Ji
2022-01-31fix(config): warn on mode without actions (#1035)a-kenji
2022-01-23chore(deps): update arg parsing to clap v3 (#1017)Marcin Puc
2022-01-20doc(config): add copy-command examples to default config (PR #996) (#1019)Jordan Callicoat
2022-01-15Add a copy command option (#996)Christophe Verbinnen
2022-01-05chore(version): bump development versionAram Drevekenin
2022-01-04Feature: Configurable scroll buffer (#936)Kunal Mohan
2022-01-04feat(keybinds): improve default keybindings (#991)Aram Drevekenin
2021-12-28fix(plugins): typo that gives plugins the wrong theme (#975)LordMZTE
2021-12-20chore(version): bump development versionAram Drevekenin
2021-12-20chore(version): bump development versionv0.23.0Aram Drevekenin
2021-12-20feat(collaboration): implement multiple users (#957)Aram Drevekenin
2021-12-14chore(version): bump development versionAram Drevekenin
2021-12-13chore(version): bump development versionAram Drevekenin
2021-12-09Feature: Add pane names (#928)Kunal Mohan
2021-12-08fix(plugins): support multiple users (#930)Aram Drevekenin
2021-12-07fix(style): various internal refactoringsMarcin Puc
2021-12-04fix(config): unbind keys correctly (#925)a-kenji
2021-12-03fix(assets): update config option examples (#920)a-kenji
2021-12-02fix(compatibility): do not duplicate bracketed paste in chunked stdin input (...Aram Drevekenin
2021-11-30fix(theme): add gray to theme (#914)a-kenji
2021-11-30Fix: missing theme in config (#913)Tw
2021-11-29chore(version): bump development versionAram Drevekenin
2021-11-27fix(style): remove unused importsBrooks J Rady
2021-11-25This adds a UI for multiple users in panes (behind a feature flag) (#897)Aram Drevekenin
2021-11-23Feat: add esc to exit modes (#889)a-kenji
2021-11-15First attempt to provide an overlay prompt (#871)a-kenji
2021-11-15fix(typo): fix setup --check (#869)a-kenji
2021-11-14feature(layout): add layout config (#866)a-kenji
2021-11-11fix(options): handling and overwriting cli opts (#859)a-kenji
2021-11-10chore(version): bump development versionAram Drevekenin
2021-11-10chore(release): v0.20.1v0.20.1Aram Drevekenin
2021-11-10add(feature): toggle boolean options with cli flag (#855)a-kenji
2021-11-10fix(envs): Unify operation of Zellij environment variables (#842)Ken Matsui