I am having problems understanding how Vim commands are supposed to be executed as keyboard actions. This is a topic I don't see being discussed often. Some examples are:
<s-tab>
I believe this is s + tab but I don't get the expected results.
<c-k>
I believe this is ctrl + k.
<C-k>
I sometimes see uppercase c but what is the difference?
And, inside of a Vim .vimrc file:
noremap <D-M-Left> :tabprevious<cr>
noremap <D-M-Right> :tabnext<cr>
nnoremap <c-j> <c-w>j
map <D-1> 1gt
My questions are:
"<" ">" braces represent any action?"-" dash represent any action?I think :help key-notation will answer all of your questions about this topic.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With