Commit Graph

548 Commits

Author SHA1 Message Date
fenix
1f24417e80 Corrections to Pull Request 362:
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-25 08:41:19 -07:00
fenix
ddf010ae40 Created Tmux.yaml
Created a 1:1 Tmux.yaml for Zellij, using the Lock mode, as Tmux doesn't have a lock mode.
2021-04-24 13:08:36 -07:00
a-kenji
83c7e5622b
Merge pull request #344 from a-kenji/main
Update Changelog #342
2021-04-23 17:16:16 +02:00
a-kenji
7653442510 Update Changelog #342
* fix tab mode #342
2021-04-23 17:13:35 +02:00
a-kenji
ccf96dba61
Merge pull request #342 from matu3ba/main
fix(keybinding): fix tab mode
2021-04-23 16:09:15 +02:00
Jan Philipp Hafer
7bf39e6858 fix(keybinding): fix tab mode
dont exit on simple 'q' press
2021-04-23 15:56:25 +02:00
Aram Drevekenin
20a6a8e844 chore(version): boost development version to 0.6.0 2021-04-23 11:59:35 +02:00
Aram Drevekenin
2a969cacd0
docs(changelog): update version 2021-04-23 11:51:57 +02:00
Aram Drevekenin
ce76efa096 chore(ci): remove release.yml 2021-04-23 10:43:45 +02:00
Brooks Rady
6ee31c84d7
fix(ui): resolve ambiguous pane movements by their activity history
(For those who witnessed this string of typos, I greatly apologize)
2021-04-23 04:07:52 +01:00
Brooks Rady
e877c75ec1
fix(ui): resolve ambiguous plane movements by their activity history 2021-04-23 04:06:14 +01:00
Brooks Rady
63da95c50f
fix(ui): resolve ambigous pane movements activity history
Adding field active_at and using it to sort panes. This closes #230 by resolving ambiguous movements in favor of the most-recently visited pane.
2021-04-23 04:03:43 +01:00
Dante Pippi
068136b523 Fixing snapshots 2021-04-22 21:28:38 -03:00
Dante Pippi
4f7ad31cf6 Changing tests to test the new behavior
Previous behavior was to go to the largest overlap. Now it should go to
the most recently used pane. Used cargo insta review to update the
snapshots.
2021-04-22 21:07:55 -03:00
Dante Pippi
f5b781c66f Adding field active_at and using it to sort panes
Using last activity time to determine which pane was previously active
when moving back to a direction.

Changing active_at type to Instant
2021-04-22 20:59:56 -03:00
Aram Drevekenin
f2fa8839d4 chore(version): 0.5.1 2021-04-22 20:59:20 +02:00
Aram Drevekenin
c809e2b8b0
docs(changelog): update ui fix 2021-04-22 20:56:57 +02:00
Aram Drevekenin
169e25af66
fix(ui): draw ui properly on terminal start (#323)
* fix(ui): draw ui properly on terminal start

* style(fmt): rustfmt
2021-04-22 20:55:23 +02:00
Brooks Rady
80e1f29270
fix(cargo): reduce crate size by 4.8MB using cargo diet, to 77kB 2021-04-22 04:00:41 +01:00
Brooks Rady
590121483d
fix(cargo): reduce crate size by 4.8MB using cargo diet, to 77kB 2021-04-22 03:52:45 +01:00
Sebastian Thiel
b3ec1d81dd
Remove build.rs from package, allowing for completions to be excluded too 2021-04-22 09:57:21 +08:00
Brooks J Rady
4dc2965bbf chore(changelog): add entry to CHANGELOG.md and tweak formatting 2021-04-22 00:30:00 +01:00
Brooks Rady
19fc0496a3
feat(actions): allow scrolling by full pages
PR #298
2021-04-22 00:25:43 +01:00
Hongjie Zhai
a5b04e92f9 add PGUP/PGDN to help info 2021-04-22 07:07:04 +09:00
Aram Drevekenin
ccae510734
docs(changelog): update status bar change 2021-04-21 19:28:44 +02:00
Aram Drevekenin
e55dfc53e0
fix(ui): do not open new pane on the status bar (#314) 2021-04-21 19:24:51 +02:00
Aram Drevekenin
c073b407be
docs(changelog): update change 2021-04-21 17:09:03 +02:00
Aram Drevekenin
fc2110ab68
fix(stability): do not clear line if it's not there (#289)
* fix(stability): do not clear line if it's not there

* style(fmt): rustfmt
2021-04-21 17:07:49 +02:00
Aram Drevekenin
76080d3229
docs(changelog): fix date 2021-04-21 17:06:38 +02:00
Aram Drevekenin
fcfeb4fc8f
docs(changelog): add changes 2021-04-21 16:59:39 +02:00
Aram Drevekenin
5879d15fb5
docs(changelog): initial 2021-04-21 16:57:00 +02:00
a-kenji
5216766a98
Merge pull request #305 from a-kenji/set-env
Add ZELLIJ Environment Varable on startup(#304)
2021-04-21 15:37:29 +02:00
a-kenji
8823bef7c1 Add ZELLIJ Environment Varable on startup(#304)
Makes it easy and flexible to check
whether zellij is already running.

This carries no further information
for now and is initialised to `0`.

closes 304.
2021-04-21 15:26:05 +02:00
a-kenji
4863fb7b5e
Merge pull request #300 from a-kenji/config-command
Change Config To Flag (#290)
2021-04-21 10:05:45 +02:00
a-kenji
ae010964ff Chore(Rustfmt) 2021-04-21 09:11:58 +02:00
a-kenji
2c12e8ff83 Change Config To Flag (#290)
This changes the `config` subcommand to a config flag.

Add option subcommand for now, for the clearing of default path.

Add `ZELLIJ_CONFIG` environment variable.

The configuration locations are now as follows:
    * `--config` flag
    * `ZELLIJ_CONFIG` environment variable
    * default config location
in that order.
2021-04-21 09:03:46 +02:00
Hongjie Zhai
4590fb474e cargo fmt 2021-04-21 15:31:04 +09:00
Hongjie Zhai
9d8fbd2424 add tests 2021-04-21 15:30:02 +09:00
Hongjie Zhai
77bbf73c83 cargo fmt 2021-04-21 15:02:51 +09:00
Hongjie Zhai
1ed408db86 update default config 2021-04-21 14:51:52 +09:00
Hongjie Zhai
fad088a868 add scroll page 2021-04-21 14:27:58 +09:00
Sebastian Thiel
e6deacb695
Reduce crate size by 4.8MB using cargo diet, to 77kB
On top of that I verified that `cargo package` is still able to build,
adjusting the includes in the process to assure required assets are
packaged, too.
2021-04-21 09:22:44 +08:00
Brooks J Rady
74cc48fc50 fix(release): beta tag breaks cargo install 2021-04-20 00:27:43 +01:00
Brooks J Rady
3d6312938f chore(release): bump version and add some pre-release info 2021-04-20 00:23:01 +01:00
Brooks J Rady
fee999ec40 fix(naming): made plugin terminology more consistent 2021-04-19 23:37:47 +01:00
Aram Drevekenin
996c197fcf
docs(readme): add link 2021-04-19 23:02:45 +02:00
Aram Drevekenin
9aaf51400a
docs(readme): fix link 2021-04-19 23:01:33 +02:00
Aram Drevekenin
1692ae171e
docs(readme): some updates 2021-04-19 23:00:02 +02:00
Brooks J Rady
c4a7566e28 feat(build): update makefile to support ci releasing 2021-04-19 19:22:37 +01:00
Aram Drevekenin
8a8d536c84
fix(status-line): remove black background from shortcuts (#276)
* fix(status-line): remove black background from shortcuts

* style(fmt): rustfmt
2021-04-18 09:58:00 +02:00