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:
parent
ea590d93c1
commit
01e92b8cb2
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user