From 87c804f2e182037ee2809a06a42188faaab5163f Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Wed, 30 Mar 2022 03:01:31 +0200 Subject: [PATCH] zsh:keys: Add TODO about `:keepjumps` The bindings that correct the previous or next misspelled word should not modify the jumplist but `:keepjumps` disallows . --- .config/vim/vimrc.d/40-keys.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/vim/vimrc.d/40-keys.vim b/.config/vim/vimrc.d/40-keys.vim index 1695ed1..54065ff 100644 --- a/.config/vim/vimrc.d/40-keys.vim +++ b/.config/vim/vimrc.d/40-keys.vim @@ -44,6 +44,8 @@ noremap! noremap c 1z= " Correct next or last misspelled word (and their non-rare/region versions) " without moving +" TODO: see :keepjumps +" Problem: with keepjumps the is not possible anymore noremap ]s ]s1z= noremap [s [s1z= noremap ]S ]S1z=