Steve Joiner

Results 2 comments of Steve Joiner

Has anyone gotten this to work? - `vimr --nvim foo.txt` opens files in a new window, not in the same tab of the current window - `autocmd VimEnter * silent!...

This worked for me: ``` autocmd TabEnter * silent! tabclose ```