buffer-tree
buffer-tree copied to clipboard
Unmap j and k
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.
au BufWinEnter * if bufname() == 'BufferTree' | silent! unmap <buffer> j | silent! unmap <buffer> k| endif