Skip to content

Commit

Permalink
Add <plug> mappings for ScrollViewLegend
Browse files Browse the repository at this point in the history
  • Loading branch information
dstein64 committed Oct 19, 2024
1 parent c828215 commit f7f6113
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions autoload/scrollview.vim
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,10 @@ noremap <silent> <plug>(ScrollViewFirst) <cmd>ScrollViewFirst<cr>
inoremap <silent> <plug>(ScrollViewFirst) <cmd>ScrollViewFirst<cr>
noremap <silent> <plug>(ScrollViewLast) <cmd>ScrollViewLast<cr>
inoremap <silent> <plug>(ScrollViewLast) <cmd>ScrollViewLast<cr>
noremap <silent> <plug>(ScrollViewLegend) <cmd>ScrollViewLegend<cr>
inoremap <silent> <plug>(ScrollViewLegend) <cmd>ScrollViewLegend<cr>
noremap <silent> <plug>(ScrollViewLegend!) <cmd>ScrollViewLegend!<cr>
inoremap <silent> <plug>(ScrollViewLegend!) <cmd>ScrollViewLegend!<cr>
noremap <silent> <plug>(ScrollViewNext) <cmd>ScrollViewNext<cr>
inoremap <silent> <plug>(ScrollViewNext) <cmd>ScrollViewNext<cr>
noremap <silent> <plug>(ScrollViewPrev) <cmd>ScrollViewPrev<cr>
Expand Down
2 changes: 2 additions & 0 deletions doc/scrollview.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ The following |<Plug>| mappings are defined for convenience.
* `<Plug>(ScrollViewEnable)`
* `<Plug>(ScrollViewFirst)`
* `<Plug>(ScrollViewLast)`
* `<Plug>(ScrollViewLegend)`
* `<Plug>(ScrollViewLegend!)`
* `<Plug>(ScrollViewNext)`
* `<Plug>(ScrollViewPrev)`
* `<Plug>(ScrollViewRefresh)`
Expand Down

0 comments on commit f7f6113

Please sign in to comment.