linjiX
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...
Feature Request: support open current commit in web page by vim-fugitive ":Gbrowse" just like "GV"
[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?
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...