From 5b18d9f467168405e28817932686f7851e903a1b Mon Sep 17 00:00:00 2001 From: Pratik Tripathy Date: Fri, 25 Jul 2025 22:08:30 +0530 Subject: [PATCH] chore(vim): Quickscope redundant setting removed --- common/.vim/plugin_config.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/common/.vim/plugin_config.vim b/common/.vim/plugin_config.vim index c53aadb..af9f38a 100644 --- a/common/.vim/plugin_config.vim +++ b/common/.vim/plugin_config.vim @@ -14,7 +14,6 @@ nnoremap gg :0G " Quickscope " Trigger a highlight in the appropriate direction when pressing these keys: let g:qs_highlight_on_keys = ['f', 'F', 't', 'T'] -let g:qs_accepted_chars = ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9'] " Quickscope in VSCode " https://github.com/vscode-neovim/vscode-neovim/wiki/Plugins#quick-scope