From 1cc4e2084c9969d442a7832621d7febb9275931d Mon Sep 17 00:00:00 2001 From: Daniel Perez Date: Wed, 18 Nov 2020 17:29:28 +0100 Subject: [PATCH] Added vim command synopsis toggle line --- commands/commandimpls/vim.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/commands/commandimpls/vim.go b/commands/commandimpls/vim.go index bcecc269..fe0e7a05 100644 --- a/commands/commandimpls/vim.go +++ b/commands/commandimpls/vim.go @@ -28,7 +28,9 @@ const ( [::b]DESCRIPTION - This is a minor mode for vim. See all the shorcuts with Ctrl K, and edit them inside shortcuts/shortcuts.go` + This is a minor mode for vim. See all the shorcuts with Ctrl K, and edit them inside shortcuts/shortcuts.go + Toggle vim with vim on/off/enable/disable +` ) type VimHelp struct {