vim · GitHub

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
nnoremap <M->> G
nnoremap <M-<> gg

View full answer

Replies: 1 comment

Comment options

nnoremap <M->> G
nnoremap <M-<> gg
You must be logged in to vote

0 replies

Answer selected by avidseeker

Read the original on github.com ↗