From 7cb2a1e7cd4e1b3c3c1deae16c0a36e27b30df2b Mon Sep 17 00:00:00 2001 From: punkfairie Date: Wed, 19 Feb 2025 19:42:12 -0800 Subject: [PATCH] feat(home): .ideavimrc improvements --- modules/home/programs/gui/phpstorm/.ideavimrc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/home/programs/gui/phpstorm/.ideavimrc b/modules/home/programs/gui/phpstorm/.ideavimrc index 1215ed1..cd5d267 100644 --- a/modules/home/programs/gui/phpstorm/.ideavimrc +++ b/modules/home/programs/gui/phpstorm/.ideavimrc @@ -43,6 +43,13 @@ set shortmess=filnxtToOF Plug 'tpope/vim-commentary' " s action, such as cs"' (replace " with '), ds" (unquote) Plug 'tpope/vim-surround' +" similar to flash.nvim +Plug 'justinmk/vim-sneak' +let g:sneak#label = 1 +let g:sneak#s_next = 1 +let g:sneak#absolute_dir = 1 +" More textobjects +set mini-ai " Enable the whichkey plugin, available on Jetbrains marketplace set which-key " Extended matching. A Neovim default plugin.