I don't want j to jump to top on last line and the same for k. I want to unmap them. I tried the following but it does not work. ```vim au BufWinEnter * if bufname() == 'BufferTree' | silent! unmap <buffer> j | silent! unmap <buffer> k| endif ```