Closed emeentag closed 5 years ago
nnoremap <silent><buffer><expr> sg denite#do_map('do_action', 'vsplit')
nnoremap <silent><buffer><expr> sv denite#do_map('do_action', 'split')
sv has defined .
change s to vsplit . i to split? more like nerdtree. maybe better?
But s and i has their own funcionality on vim in noraml mode. You mean
in denite mode .we can do this . because these keymap only work on denite
filetype.
change sv to vsplit, si to split
What is your expect?
Could be better if we can change keymapping
sg
tosv
for creating the vertical split in denite mode. It makes more sense i think.What you think?