We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0c9b7b commit e3864f7Copy full SHA for e3864f7
plugin/adjustscroll.vim
@@ -14,11 +14,12 @@ if !exists('g:adjustscroll_auto') || g:adjustscroll_auto == 1
14
endif
15
16
if !exists('g:adjustscroll_remap') || g:adjustscroll_remap == 1
17
- for i in split('`. gg G zr zm <C-O> <C-I> <C-W>o <C-U> <C-D> <C-6> * # n N <C-]> gd')
+ for i in split('`. gg G zr zm <C-O> <C-W>o <C-U> <C-D> <C-6> * # n N <C-]> gd')
18
if len(maparg(i, 'n')) == 0
19
call adjustscroll#remap_normal(i)
20
21
endfor
22
nnoremap <silent> <PageDown> <PageDown>:AdjustScroll<cr>
23
nnoremap <silent> <PageUp> <PageUp>:AdjustScroll<cr>
24
+ nnoremap <silent> <C-I> <C-I>:AdjustScroll<cr>
25
0 commit comments