Vim cannot rebind Home/End keys -


i'd <home> perform g<home> , have tried

map <home> g<home> noremap <home> g<home> map <home> g^ noremap <home> g^ map <home> g<home> noremap <home> g<home> map <home> g^ noremap <home> g^ 

nothing seems work, behavior stays same. @ point able type g+home right thing (go home/end of soft line in wrapped file)

typing ctrl+vhome yields ^[[1~ (and end yields ^[[4~).

i bound this:

noremap <esc>[1~ g^


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -