Add select.rs to the new helix directory

This commit is contained in:
fantacell 2025-07-09 12:45:32 +02:00
parent 63771f1f1b
commit 5d4cd65c6b
3 changed files with 1 additions and 30 deletions

View file

@ -1,4 +1,5 @@
mod object;
mod select;
use editor::{DisplayPoint, Editor, movement};
use gpui::{Action, actions};