Search code examples
vim

What key is S in 'noremap <S-j> :bn<CR> noremap <S-k> :bp<CR>' for vim


What is the S in the vim keybinding below:

noremap <S-j> :bn<CR>
noremap <S-k> :bp<CR>

Solution

  • The S means "shift".