1
0
mirror of https://github.com/chylex/dotfiles.git synced 2025-04-06 17:15:44 +02:00

Update .ideavimrc (remove bindings to Extend/Shrink selection)

This commit is contained in:
chylex 2024-07-06 18:05:42 +02:00
parent 1aa9bde933
commit 62edd5222d
Signed by: chylex
GPG Key ID: 4DE42C8F19A80548

View File

@ -136,10 +136,6 @@ nnoremap gp `[v`]
xnoremap p P
xnoremap P p
" Extend/shrink selection
xmap + <Action>(EditorSelectWord)
xmap - <Action>(EditorUnSelectWord)
" Show parameter info
nmap <A-p> <Action>(ParameterInfo)
imap <A-p> <Action>(ParameterInfo)