linjiX

Results 3 issues of linjiX

## Issue template #### Issue description The core command to open CtrlSF window is: ``` 'botright vertical'. winsize .'split' ``` Vim will create a window which width = `winsize` If...

[gv.vim](https://github.com/junegunn/gv.vim) supports using shortcut `gb` to open the current commit in web by calling `:Gbrowse` of `vim-fugitive`. Is that possible to add this feature to vim-flog?

unlikely to fix

After killing the last buffer in a window, normally we will get an empty buffer. But if a nobuflisted empty buffer exists (some plugins will leave nobuflisted empty buffer), we...