diff options
Diffstat (limited to 'helix-view')
-rw-r--r-- | helix-view/src/document.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-view/src/document.rs b/helix-view/src/document.rs index 3f3f620f..b79e201d 100644 --- a/helix-view/src/document.rs +++ b/helix-view/src/document.rs @@ -10,6 +10,7 @@ use helix_core::{ #[derive(Copy, Clone, PartialEq, Eq, Hash)] pub enum Mode { Normal, + Select, Insert, Goto, } |