Fix "all line" motion in vim
This commit is contained in:
parent
6ca3abff65
commit
2cdc544bfe
1 changed files with 2 additions and 2 deletions
|
@ -504,10 +504,10 @@ command! -nargs=? Tempfile exec 'new '.tempname() | set filetype=<args> | au Bu
|
||||||
" │ └──────────────────────┴─┤
|
" │ └──────────────────────┴─┤
|
||||||
" └──────────────────────────┘
|
" └──────────────────────────┘
|
||||||
|
|
||||||
onoremap al :<C-U>normal! 0vg_<CR>
|
onoremap al :<C-U>normal! 0vg$h<CR>
|
||||||
onoremap il :<C-U>normal! ^vg_<CR>
|
onoremap il :<C-U>normal! ^vg_<CR>
|
||||||
|
|
||||||
nnoremap val 0vg_
|
nnoremap val 0vg$h
|
||||||
nnoremap vil ^vg_
|
nnoremap vil ^vg_
|
||||||
|
|
||||||
" --- ! as in ranger ---
|
" --- ! as in ranger ---
|
||||||
|
|
Loading…
Reference in a new issue