What is the S in the vim keybinding below:
noremap <S-j> :bn<CR> noremap <S-k> :bp<CR>
The S means "shift".
S