Discussion options
emacs uses shift + alt + > and shift + alt + < for home and end (Note < > are the same as , . since shift is pressed anyways). Is there a way to map this in vim?
This doesn't seem to work:
nnoremap <S-A-.> gg nnoremap <S-A-,> G
You must be logged in to vote
Answered by avidseeker
Aug 8, 2024nnoremap <M->> G
nnoremap <M-<> gg
Comment options
nnoremap <M->> G
nnoremap <M-<> gg
You must be logged in to vote
0 replies
Answer selected by avidseeker