aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/options.lua
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-03-26 18:30:17 +0800
committerGitHub <noreply@github.com>2024-03-26 18:30:17 +0800
commit3f3c7299a14ff0025487a416462d8c32d922e04a (patch)
treed154769f4c7412abf43440d4d33f69d4891b9b06 /src/nvim/options.lua
parenta142670360764fa9bec1f583a93eebeebe9054a2 (diff)
downloadrneovim-3f3c7299a14ff0025487a416462d8c32d922e04a.tar.gz
rneovim-3f3c7299a14ff0025487a416462d8c32d922e04a.tar.bz2
rneovim-3f3c7299a14ff0025487a416462d8c32d922e04a.zip
docs: remove remaining mentions of hkmap (#28038)
Diffstat (limited to 'src/nvim/options.lua')
-rw-r--r--src/nvim/options.lua9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/nvim/options.lua b/src/nvim/options.lua
index 864653b55c..9345a1e9f4 100644
--- a/src/nvim/options.lua
+++ b/src/nvim/options.lua
@@ -99,14 +99,13 @@ return {
abbreviation = 'ari',
defaults = { if_true = false },
desc = [=[
- Allow CTRL-_ in Insert and Command-line mode. This is default off, to
- avoid that users that accidentally type CTRL-_ instead of SHIFT-_ get
- into reverse Insert mode, and don't know how to get out. See
- 'revins'.
+ Allow CTRL-_ in Insert mode. This is default off, to avoid that users
+ that accidentally type CTRL-_ instead of SHIFT-_ get into reverse
+ Insert mode, and don't know how to get out. See 'revins'.
]=],
full_name = 'allowrevins',
scope = { 'global' },
- short_desc = N_('allow CTRL-_ in Insert and Command-line mode'),
+ short_desc = N_('allow CTRL-_ in Insert mode'),
type = 'boolean',
varname = 'p_ari',
},