Seki Rocc

Results 2 comments of Seki Rocc

I use this work around, posted here maybe someone else need it. in `~/.config/nvim/init.vim` ``` function! DoingEasyMotion() let g:is_doing_easymotion = 1 let cancelled = EasyMotion#WB(0,2) let g:is_doing_easymotion = 0 endfunction...

> To clarify: you want to spawn a new tab, but instead of having it get added to the right-hand end of the set of tabs, add it immediately to...