Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Small script to implement Yazi with Helix using Wezterm.

License

Notifications You must be signed in to change notification settings

MLFlexer/wezilix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

6 Commits

Repository files navigation

Wezilix

Small script to implement Yazi with Helix using Wezterm.

Demo GIF

Install

Download the script

To install you must place the script in your config directory:

curl -o $HOME/.config/helix/wezilix.sh https://raw.githubusercontent.com/MLFlexer/wezilix/master/wezilix.sh

Chmod it!

Make it executable:

chmod +x $HOME/.config/helix/wezilix.sh

Helix config.toml

Add keybinds to your config:

[keys.normal.C-y]
y = ":sh wezterm cli split-pane --left --percent 30 -- ~/.config/helix/wezilix.sh $WEZTERM_PANE open > /dev/null"
v = ":sh wezterm cli split-pane --left --percent 30 -- ~/.config/helix/wezilix.sh $WEZTERM_PANE vsplit > /dev/null"
h = ":sh wezterm cli split-pane --left --percent 30 -- ~/.config/helix/wezilix.sh $WEZTERM_PANE hsplit > /dev/null"
Y = ":sh wezterm cli split-pane --left --percent 30 -- ~/.config/helix/wezilix.sh $WEZTERM_PANE open zoom > /dev/null"
V = ":sh wezterm cli split-pane --left --percent 30 -- ~/.config/helix/wezilix.sh $WEZTERM_PANE vsplit zoom > /dev/null"
H = ":sh wezterm cli split-pane --left --percent 30 -- ~/.config/helix/wezilix.sh $WEZTERM_PANE hsplit zoom > /dev/null"

About

Small script to implement Yazi with Helix using Wezterm.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

AltStyle によって変換されたページ (->オリジナル) /