Skip to content

nicwest/vim-arrow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vim-Arrow

Previews the next buffers when paging through buffers (:bnext :bprevious etc).

vim-arrow

Suggested-mappings

nnoremap <silent>]b :ArrowNext<CR>
nnoremap <silent>[b :ArrowPrevious<CR>
nnoremap <silent>]B :ArrowSplitNext<CR>
nnoremap <silent>[B :ArrowSplitPrevious<CR>
nnoremap <silent>]q :ArrowModified<CR>
nnoremap <silent>]Q :ArrowSplitModified<CR>
nnoremap <silent>]r :ArrowRewind<CR>
nnoremap <silent>]R :ArrowSplitRewind<CR>
nnoremap <silent>]l :ArrowLast<CR>
nnoremap <silent>]L :ArrowSplitLast<CR>

About

buffer paging previews

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published