From 8891f63982ccf8bd4f3d31fc9afc5384f5cb65df Mon Sep 17 00:00:00 2001 From: Dmytro Meleshko Date: Thu, 20 May 2021 13:17:16 +0300 Subject: [PATCH] [nvim] bring back the sentence jump motions in prose files --- nvim/after/ftplugin/text.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nvim/after/ftplugin/text.vim b/nvim/after/ftplugin/text.vim index 66ad5ed..8b66a8f 100644 --- a/nvim/after/ftplugin/text.vim +++ b/nvim/after/ftplugin/text.vim @@ -1,2 +1,5 @@ call pencil#init() IndentLinesDisable +" Reset these mappings to their default function (jumping over sentences): +noremap ( ( +noremap ) )