├── LICENSE ├── README.md ├── default.nix ├── flake.lock ├── flake.nix ├── zsh-helix-mode.plugin.zsh └── zsh-helix-mode.zsh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Multirious/zsh-helix-mode/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Multirious/zsh-helix-mode/HEAD/README.md -------------------------------------------------------------------------------- /default.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Multirious/zsh-helix-mode/HEAD/default.nix -------------------------------------------------------------------------------- /flake.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Multirious/zsh-helix-mode/HEAD/flake.lock -------------------------------------------------------------------------------- /flake.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Multirious/zsh-helix-mode/HEAD/flake.nix -------------------------------------------------------------------------------- /zsh-helix-mode.plugin.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Multirious/zsh-helix-mode/HEAD/zsh-helix-mode.plugin.zsh -------------------------------------------------------------------------------- /zsh-helix-mode.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Multirious/zsh-helix-mode/HEAD/zsh-helix-mode.zsh --------------------------------------------------------------------------------