From aefafc25cd235183261efa2d59265855e0e992e1 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Mon, 29 Mar 2021 15:04:29 +0900 Subject: Replace Mode::Goto with just using on_next_key. --- helix-view/src/document.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'helix-view') 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 { -- cgit v1.2.3-70-g09d2