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

Update .vimrc and .ideavimrc (fix inconsistency in capitalization)

This commit is contained in:
chylex 2024-07-07 07:14:32 +02:00
parent 67c485da65
commit a3c4fe7259
Signed by: chylex
GPG Key ID: 4DE42C8F19A80548
2 changed files with 2 additions and 2 deletions

View File

@ -110,7 +110,7 @@ noremap <Bar>- <C-x>
nnoremap c) c])
nnoremap d) d])
nnoremap c( c[((
nnoremap d( c[((<ESC>l
nnoremap d( c[((<Esc>l
" Delete lines
nnoremap C cc

2
.vimrc
View File

@ -99,7 +99,7 @@ xnoremap <expr> k v:count ? 'k' : 'gk'
nnoremap c) c])
nnoremap d) d])
nnoremap c( c[((
nnoremap d( c[((<ESC>l
nnoremap d( c[((<Esc>l
" Delete lines
nnoremap C cc