feat(keybind): move selection mode into keybind mode configuration
This commit is contained in:
parent
70f0d8bea6
commit
4f5fa4a3ba
6 changed files with 82 additions and 72 deletions
|
@ -370,6 +370,7 @@ pub fn build_exe(
|
|||
.{ .name = "input", .module = input_mod },
|
||||
.{ .name = "thespian", .module = thespian_mod },
|
||||
.{ .name = "log", .module = log_mod },
|
||||
.{ .name = "Buffer", .module = Buffer_mod },
|
||||
},
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue