Fix typo in vimrc
This commit is contained in:
parent
b5b51f4ca7
commit
7b63c642cf
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue