summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2022-02-21fix(ui): floating panes UI (#1074)Aram Drevekenin
2022-02-21fix(copy): rejoin wrapped lines (#1069)Thomas Linford
2022-02-21feat(ux): tmux mode (#1073)Aram Drevekenin
2022-02-18feat(ui): add floating panes (#1066)Aram Drevekenin
2022-02-12fix(compatibility): resolve fzf crash (#1056)Thomas Linford
2022-02-02fix(compatibility): do not set scroll buffer in alternate screen (#1032)Thomas Linford
2022-02-01feat: add focus attribute in layout (#958)Jae-Heon Ji
2022-01-23chore(deps): update arg parsing to clap v3 (#1017)Marcin Puc
2022-01-13feat: change dependency for `process_cwd` (#1001)Jae-Heon Ji
2022-01-04feat(keybinds): improve default keybindings (#991)Aram Drevekenin
2022-01-03Implement passing the bell signal to the terminal (#981)auronandace
2021-12-29fix(commands): add install default assets (#961)Jae-Heon Ji
2021-12-29fix(clippy): ensure clippy runs on all targets (#972)danieleades
2021-12-23fix(attach): make removing clients atomic (#966)Aram Drevekenin
2021-12-22fix(compatibility): handle deleting chars in lines with widechars (#965)Aram Drevekenin
2021-12-22fix(compatibility): handle inserting characters after wide character (#964)Aram Drevekenin
2021-12-20feat(collaboration): implement multiple users (#957)Aram 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-01fix(compatibility): full screen scroll region (#915)Aram Drevekenin
2021-11-30Prevent a zellij session from attaching to itself. (#911)Kunal Mohan
2021-11-12refactor(tabs): lay down infrastructure for multiple users (#864)Aram Drevekenin
2021-11-11Merge branch 'suggestion-for-similar-session-name' of https://github.com/ken-...a-kenji
2021-11-11feat(sessions): Suggestion for a similar session nameKen Matsui
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
2021-11-09fix(match): Make match arms much simpler (#844)Ken Matsui
2021-11-08feat: add initial session name to layout template (#789)Jae-Heon Ji
2021-11-08feat(scrolling): half-page scroll actions (#813)oromate
2021-11-07chore(plugin): update assets and E2E testsBrooks J Rady
2021-11-05fix(main): Refactor src/main.rs by splitting one massive main function into c...Ken Matsui
2021-11-06feat(attach): Support `--index` option to choose specific session by provided...Ken Matsui
2021-10-27fix(input): properly handle bracketed paste (#810)Aram Drevekenin
2021-10-26fix(compatibility): improve handling of wide characters inserted in the middl...Aram Drevekenin
2021-10-23fix(style): fix clippy lints in `remote_runner`Thomas Linford
2021-10-20fix(tests): update snapshotsAram Drevekenin
2021-10-12Preserve current umask (#777)Thomas Linford
2021-10-11feat(cli): add `kill-session` command (#745)Jae-Heon Ji
2021-09-30hotfix(stdin): poll for mouse hold in the stdin thread (#752)Aram Drevekenin
2021-09-29fix(e2e): new fullscreen snapshotAram Drevekenin
2021-09-28fix(compatibility): scroll lines into scrollback when clearing screen (#747)Aram Drevekenin
2021-09-28fix(compatibility): handle cursor movements outside scroll region (#746)Aram Drevekenin
2021-09-27feat(sessions): mirrored sessions (#740)Aram Drevekenin
2021-09-19 Implement `attach --create` subcommand flag to create session if one does no...GPery
2021-09-13Add `options` subcommand to `attach` (#718)a-kenji
2021-09-12fix automated build errors on setup command (#711)Thomas Linford
2021-09-09style(clippy): various fixes (#704)Paulo Coelho
2021-08-30fix(ui): change resize binding to Ctrl-nBrooks Rady
2021-08-28feat(ui): overhauled resize and layout systemsBrooks Rady