From e6b4d00e3a586be753c3d457c5153380392bda32 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 19 Jun 2022 08:58:18 +0200 Subject: Merging upstream version 1.9.0. Signed-off-by: Daniel Baumann --- litecli/clitoolbar.py | 1 + 1 file changed, 1 insertion(+) (limited to 'litecli/clitoolbar.py') diff --git a/litecli/clitoolbar.py b/litecli/clitoolbar.py index 05d0bfd..1e28784 100644 --- a/litecli/clitoolbar.py +++ b/litecli/clitoolbar.py @@ -48,4 +48,5 @@ def _get_vi_mode(): InputMode.NAVIGATION: "N", InputMode.REPLACE: "R", InputMode.INSERT_MULTIPLE: "M", + InputMode.REPLACE_SINGLE: "R", }[get_app().vi_state.input_mode] -- cgit v1.2.3