1
0
mirror of https://github.com/chylex/dotfiles.git synced 2025-01-08 04:42:52 +01:00

Update .ideavimrc (add missing handler)

This commit is contained in:
chylex 2023-11-14 21:21:42 +01:00
parent 8a7a591d68
commit bd5fb52aa7
Signed by: chylex
GPG Key ID: 4DE42C8F19A80548

View File

@ -56,6 +56,7 @@ sethandler <C-P> a:vim
sethandler <C-U> a:vim
sethandler <C-W> a:vim
sethandler <C-S-W> a:vim
sethandler <S-BS> a:vim
" Enable plugins (https://github.com/JetBrains/ideavim/wiki/IdeaVim-Plugins)
Plug 'argtextobj.vim'