[nvim] bring back the sentence jump motions in prose files

This commit is contained in:
Dmytro Meleshko 2021-05-20 13:17:16 +03:00
parent e0df40d97c
commit 8891f63982

View file

@ -1,2 +1,5 @@
call pencil#init() call pencil#init()
IndentLinesDisable IndentLinesDisable
" Reset these mappings to their default function (jumping over sentences):
noremap <buffer> ( (
noremap <buffer> ) )