File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Add the following to your [zellij config](https://zellij.dev/documentation/confi
1818
1919``` kdl
2020load_plugins {
21- "https://github.com/bezbac/zellij-tabula/releases/download/v0.2 .0/zellij-tabula.wasm" {
21+ "https://github.com/bezbac/zellij-tabula/releases/download/v0.3 .0/zellij-tabula.wasm" {
2222 home_dir "YOUR_HOME_DIRECTORY"
2323 // Workaround for https://github.com/zellij-org/zellij/issues/3535
2424 // Disable only if you explicitly want old position-based rename targeting.
@@ -39,7 +39,7 @@ Add the following to your sheldon [plugins.toml](https://github.com/rossmacarthu
3939[plugins .zellij-tabula ]
4040github = " bezbac/zellij-tabula"
4141use = [" {{ name }}.plugin.zsh" ]
42- tag = " v0.2 .0"
42+ tag = " v0.3 .0"
4343```
4444
4545</details >
Original file line number Diff line number Diff line change 1- export ZELLIJ_TABULA_ZSH_PLUGIN_VERSION=" 0.2 .0"
1+ export ZELLIJ_TABULA_ZSH_PLUGIN_VERSION=" 0.3 .0"
22
33zellij () {
44 command zellij " $@ "
Original file line number Diff line number Diff line change 11[package ]
22name = " zellij-tabula"
3- version = " 0.2 .0"
3+ version = " 0.3 .0"
44authors = [" Ben Bachem <10088265+bezbac@users.noreply.github.com>" ]
55edition = " 2018"
66
You can’t perform that action at this time.
0 commit comments