blaze-keys 0.2.2

Zsh plugin for blazing fast Zsh commands, providing customizable leader-key combos and project-specific keybinds.
Documentation
1
2
3
4
5
6
7
pub mod keys;
pub mod nodes;
pub mod tui;
pub mod yml;
pub mod zsh_hook;

pub const CONFIG_FILE_NAME: &str = ".blz.yml";