mirror of
https://github.com/fairyglade/ly.git
synced 2025-12-20 19:24:53 +00:00
Add configurable default vi mode (#660)
- `vi_default_mode` added - supports `normal` and `insert`
This commit is contained in:
@@ -16,3 +16,8 @@ pub const Input = enum {
|
||||
login,
|
||||
password,
|
||||
};
|
||||
|
||||
pub const ViMode = enum {
|
||||
normal,
|
||||
insert,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user