thestinger / termite

Termite is obsoleted by Alacritty. Termite was a keyboard-centric VTE-based terminal, aimed at use within a window manager with tiling and/or tabbing support.
https://github.com/alacritty/alacritty
2.74k stars 241 forks source link

When use termite to open neovim does not take up the full size of a terminal window (sometimes good, sometimes bad) #746

Closed og900aero closed 3 years ago

og900aero commented 4 years ago

I would like to be able to open neovim either from rofi or from vifm (CLI file manager). I'm using bspwm and termite. So essentially I need to do something like:

termite -e "nvim -S /home/shyciii/.config/nvim/vim_session.vim"

When I do this the neovim window (almost always) only only takes up a small space (80x24) inside the terminal window. I think termite is badly, because works well with st (simple terminel suckless.org) screenshot

og900aero commented 3 years ago

I close it in the absence of attention