Request: Create proper size window according to current window layout
Open
- Dominant language
- Vim Script
- Stars
- 1.6k
- Forks
- 89
- PR merge metrics
- No merged PRs in 30d
Description
## 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 remove the `winsize`:
```
'botright vertical split'
```
Vim will create a window with a proper window size according to current window layout.
Could you add a flag to support this behavior?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.