sl_liner::keymap::vi

Trait ViKeywordRule

Source
pub trait ViKeywordRule {
    // Provided method
    fn is_vi_keyword(&self, str: &str) -> bool { ... }
}

Provided Methods§

Source

fn is_vi_keyword(&self, str: &str) -> bool

All alphanumeric characters and _ are considered valid for keywords in vi by default.

Implementors§