buffer-tree icon indicating copy to clipboard operation
buffer-tree copied to clipboard

Unmap j and k

Open khalidchawtany opened this issue 4 years ago • 0 comments

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

khalidchawtany avatar Aug 16 '21 09:08 khalidchawtany