From 7d58378374388c031ad09ceb2e27d4a0792d636e Mon Sep 17 00:00:00 2001 From: Jan Hrastnik Date: Tue, 13 Oct 2020 18:57:55 +0200 Subject: added move left&right, delete char --- helix-core/src/state.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix-core') diff --git a/helix-core/src/state.rs b/helix-core/src/state.rs index 805940fb..bd14850f 100644 --- a/helix-core/src/state.rs +++ b/helix-core/src/state.rs @@ -10,7 +10,7 @@ pub enum Mode { Normal, Insert, Goto, - Prompt, + Command, } /// A state represents the current editor state of a single buffer. -- cgit v1.2.3-70-g09d2