Closed languitar closed 7 years ago
This is feature.
This makes deleting multiple buffers quite tedious because you have to move across the lines multiple times.
You should select multiple candidates and press d
.
unite.vim development is done. So, I don't want to change it.
But there is an obvious difference in behavior. If I don't use that splitting rule, then the cursor doesn't jump.
Because, it has different implementation. The reversed implementation is very complicated. I don't want to change.
Problems summary
When using the buffers sources with
let g:unite_split_rule = 'botright'
, deleting a buffer via ad
press, the cursor jumps back to the initial position (bottom) instead of staying at the closest position. This makes deleting multiple buffers quite tedious because you have to move across the lines multiple times.Expected
After deleting an entry, the cursor stays at the entry above or below.
Environment Information
Provide a minimal .vimrc with less than 50 lines (Required!)
The reproduce ways from Vim starting (Required!)
:Unite buffers
d