use crate::wchar::{wstr, L}; pub const FISH_BIND_MODE_VAR: &wstr = L!("fish_bind_mode"); pub const DEFAULT_BIND_MODE: &wstr = L!("default");