On Thu, Sep 25, 2014, at 08:57, Raphaël Proust wrote: > I actually have my vimrc setting K as an upward J (i.e., join current > line with the previous one) (although I haven't made the effort to > make it work in visual mode because then I just use J): > nnoremap K :.-,.join<CR>
Why not just map it to kJ?