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

Update .ideavimrc (make increment/decrement rebinds work in other modes)

This commit is contained in:
chylex 2023-11-09 13:38:01 +01:00
parent ea590d93c1
commit 01e92b8cb2
Signed by: chylex
GPG Key ID: 4DE42C8F19A80548

View File

@ -105,8 +105,8 @@ inoremap <A-l> <C-o>gt
noremap <C-w> :action CloseContent<CR>
" Increment/decrement numbers
nnoremap <Bar>+ <C-a>
nnoremap <Bar>- <C-x>
noremap <Bar>+ <C-a>
noremap <Bar>- <C-x>
" Edit from cursor to start/end of parenthesized block
nnoremap c) c])