issues
search
Shougo
/
deol.nvim
Dark powered shell interface for Vim/NeoVim
MIT License
331
stars
16
forks
source link
Add -editwinheight option to :Deol -edit
#39
Closed
ujihisa
closed
3 years ago
ujihisa
commented
3 years ago
Problem: By default the height is 1 which is very hard to use
I've been manually extended
https://github.com/ujihisa/config/blob/8623ba4017d4bc3d817c8cb311f59817978a03bb/_vimrc#L2641
e.g. I can't
:new
from deol-edit, due to no room error
Solution: Keep the default behaviour as is, and add an option to keep it larger
Shougo
commented
3 years ago
Thanks. I have renamed that option name.
:new
from deol-edit, due to no room error