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.