mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
update mappings
This commit is contained in:
parent
e456325257
commit
bc5848f399
@ -200,7 +200,10 @@ function! s:GoToBuffer(count, direction) abort
|
|||||||
return
|
return
|
||||||
endif
|
endif
|
||||||
|
|
||||||
silent execute('buffer' . a:count)
|
" Do not use {count} for gB (it is less useful)
|
||||||
|
if a:direction ==# 'forward'
|
||||||
|
silent execute('buffer' . a:count)
|
||||||
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:GetBufNums() abort
|
function! s:GetBufNums() abort
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user