vim-shell icon indicating copy to clipboard operation
vim-shell copied to clipboard

Improved integration between Vim and its environment (fullscreen, open URL, background command execution)

Results 15 vim-shell issues
Sort by recently updated
recently updated
newest added

Hello, I can't pinpoint when it started to happen but it seems `xolox#shell#highlight_urls()` is slowing down Vim. Vim would hang for a while and more often than not disable syntax...

while in full screen, type > :set guioptions += m >F11(to exit full screen) >F11(to enter full screen again) >:set guioptions -=m and white border on the left will be...

Hi first of all thanks for the great plugin! I am wondering how I could open a visually selected path / file / url ... with `Open` (or the underlying...

I'm looking to support Vim for https://github.com/sebdah/vim-delve. It currently only supports Neovim, because of the use of the `:terminal` feature in Neovim. I'd need to call vim-shell and have it...

I use the following in vimrc, seems not work: ```vim au VimEnter * :Fullscreen au BufEnter *.tex :Fullscreen ``` Any solutions?

I'm using `netrw.vim` on a windows 7 machine and there is a console flash from vimrun when the file is saved. Is there a way to use `netrw.vim` to suppress...

![image](https://cloud.githubusercontent.com/assets/8340897/7106091/0ab706fc-e169-11e4-957f-2ecee5e9537d.png) I am sorry to bother you, and sincerely looking forward to your reply.

I am reading a .txt file in Vim 7.4, on Windows 7. When I F-6 on a .txt or .text file URI in Vim, the file opens in NotePad. ```...