mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
Fix bug for text object for the entire buffer
This commit is contained in:
@@ -186,6 +186,6 @@ xnoremap <silent> iu :<C-U>call text_obj#URL()<CR>
|
||||
onoremap <silent> iu :<C-U>call text_obj#URL()<CR>
|
||||
|
||||
" Text objects for entire buffer
|
||||
xnoremap <silent> iB 0ggoG
|
||||
onoremap <silent> iB :normal viB<CR>
|
||||
xnoremap <silent> iB :<C-U>call text_obj#Buffer()<CR>
|
||||
onoremap <silent> iB :<C-U>call text_obj#Buffer()<CR>
|
||||
"}
|
||||
|
||||
Reference in New Issue
Block a user