mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-12-20 14:23:53 +08:00
5 lines
142 B
Rust
5 lines
142 B
Rust
|
use crate::wchar::{wstr, L};
|
||
|
|
||
|
pub const FISH_BIND_MODE_VAR: &wstr = L!("fish_bind_mode");
|
||
|
pub const DEFAULT_BIND_MODE: &wstr = L!("default");
|