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
Brooks J Rady
79a053f807
fix(build): return a clearer message on install failure
2021-04-16 16:50:35 +01:00
Aram Drevekenin
475c2db4be
fix(compatibility): properly scroll up in scroll region ( #274 )
2021-04-16 17:20:51 +02:00
Aram Drevekenin
833381bca8
Stability fixes ( #273 )
...
* fix(grid): various recoveries from a corrupted state
* style(fmt): rustfmt
* fix(grid): more stability fixes
* style(fmt): rustfmt
2021-04-15 20:14:35 +02:00
Brooks J Rady
4fe100813c
fix(crates.io): bump plugin assets
2021-04-14 20:06:42 +01:00
Brooks J Rady
03011c1e5a
fix(crates.io): fix outdated zellij-tile library
2021-04-14 20:04:02 +01:00
Brooks Rady
126a4b1d33
feat(build): overhaul build system
2021-04-14 19:36:11 +01:00
Brooks J Rady
7ab5b0e80f
fix(build): tweak the publishing process
2021-04-14 19:26:12 +01:00
Brooks J Rady
e98dd69a88
chore(crates.io): bump version to publish
2021-04-14 19:20:27 +01:00
Brooks J Rady
a52aa9be97
docs(build): update CONTRIBUTING.md
2021-04-14 19:11:24 +01:00
Brooks J Rady
af702b67e6
feat(build): vastly simplify the build system
2021-04-14 19:08:22 +01:00
Brooks J Rady
2dd8d817bb
feat(build): allow arguments to be passed to Zellij
2021-04-14 16:36:02 +01:00
Aram Drevekenin
58fad06ebe
fix(compatibility): bash reverse search ( #271 )
2021-04-14 15:05:43 +02:00
Aram Drevekenin
f9fe1856f2
fix(compatibility): rotate scroll region ( #270 )
2021-04-14 14:08:46 +02:00