Fix typo in vimrc

This commit is contained in:
Talia 2020-05-06 17:08:41 +02:00
parent b5b51f4ca7
commit 7b63c642cf
1 changed files with 1 additions and 1 deletions

2
vimrc
View File

@ -503,7 +503,7 @@ command! -nargs=? Tempfile exec 'new '.tempname() | set filetype=<args> | au Bu
" └──────────────────────────┘
"
onoremap al :<C-U>normal! 0v$h<CR>
onoremap il :<C-U>normal! &v$h<CR>
onoremap il :<C-U>normal! ^v$h<CR>
nnoremap val 0v$
nnoremap vil ^v$h