aboutsummaryrefslogtreecommitdiff
path: root/helix-view/src
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-03-29 06:04:29 +0000
committerBlaž Hrastnik2021-03-29 06:04:29 +0000
commitaefafc25cd235183261efa2d59265855e0e992e1 (patch)
treee2ba4b01a27917a870031ef32e5109d576268987 /helix-view/src
parent1d96cbfbd2ef1d937490b1aaa19152dfc0ea0f76 (diff)
Replace Mode::Goto with just using on_next_key.
Diffstat (limited to 'helix-view/src')
-rw-r--r--helix-view/src/document.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-view/src/document.rs b/helix-view/src/document.rs
index 0ab8abbb..231c10bc 100644
--- a/helix-view/src/document.rs
+++ b/helix-view/src/document.rs
@@ -15,7 +15,6 @@ pub enum Mode {
Normal,
Select,
Insert,
- Goto,
}
pub struct Document {