From ef6f8d0c2ff0478d31be1d8b3ff6fcee51d6e3f6 Mon Sep 17 00:00:00 2001 From: ksyx <18738953+ksyx@users.noreply.github.com> Date: Sun, 1 Feb 2026 21:17:39 +0900 Subject: [PATCH] fix: ensure no lowercase in EasyMotion_keys for uppercase demo https://github.com/ksyx/vim-easymotion/blob/b3cfab2a6302b3b39f53d9fd2cd997e1127d7878/doc/easymotion.txt#L916 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7077030..2c87275 100644 --- a/README.md +++ b/README.md @@ -332,6 +332,8 @@ nmap s (easymotion-s) omap t (easymotion-bd-tl) " Use uppercase target labels and type as a lower case let g:EasyMotion_use_upper = 1 +" Ensure keys do not contain lower case ones +let g:EasyMotion_keys = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ;' " type `l` and match `l`&`L` let g:EasyMotion_smartcase = 1 " Smartsign (type `3` and match `3`&`#`)