dyng / dyng/ctrlsf.vim

Request: Create proper size window according to current window layout

Open
#284 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.