From fd1cb364370c7e3a9c8cf3daae9029d2c11c82a3 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Wed, 28 Dec 2022 12:32:37 +0100 Subject: [PATCH] vim:keys: Rephrase wrap-move comment s/real/normal --- .config/vim/vimrc.d/40-keys.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/vim/vimrc.d/40-keys.vim b/.config/vim/vimrc.d/40-keys.vim index 3cba4e8..79d98ba 100644 --- a/.config/vim/vimrc.d/40-keys.vim +++ b/.config/vim/vimrc.d/40-keys.vim @@ -198,8 +198,8 @@ xnoremap gm :Man " Format the current paragraph nmap Q gqap -" Swap movement mappings that act on display lines with the real ones, making it -" easier to navigate long wrapped lines. +" Swap movement mappings that act on display lines with the normal ones, making +" it easier to navigate long wrapped lines. function! MapWrapMovement() if &wrap noremap j gj