Commit Graph

906 Commits

Author SHA1 Message Date
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
denis
ae3537957b wip: new build?" 2021-04-22 12:10:41 +03:00
denis
8d98ca7da0 wip: merge main in 2021-04-22 11:45:29 +03: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
a-kenji
d5be5e3a84
Merge pull request #275 from a-kenji/unbind-default-keys
Unbind default keys
2021-04-17 15:21:12 +02:00
a-kenji
e5fc158503 Add Unbind for Keybindings (#241)
* will unbind all default keybindings for now

* add test for toplevel unbind

* add example/default.yaml

* add example/README.md
2021-04-17 15:05:34 +02:00
a-kenji
60ad749473 Merge branch 'main' of https://github.com/zellij-org/zellij into unbind-default-keys 2021-04-17 00:15:52 +02:00
a-kenji
1f14683c8f Add Unbind Setting for Keybinds
Adds the `unbind: true` and `unbind: false` flag under
keybinds.

Unbinds all default Keybinds.

Some enums are here already for more flexible unbinds.
2021-04-17 00:15:12 +02:00
Brooks J Rady
7bbd5e2974 Merge branch 'main' of github.com:zellij-org/zellij 2021-04-16 16:50:44 +01:00