vim shell sets the default shell for vim
https://webinstall.dev/vim-shell| Installer Source| Releases (json) (tab)
vim shell sets the default shell for vim
https://webinstall.dev/vim-shell| Installer Source| Releases (json) (tab)
To update (replacing the current version) run webi vim-shell
.
These are the files / directories that are created and/or modified with this install:
~/.vimrc
~/.vim/plugins/shell.vim
set shell=bash
, always
Especially if you use a non-bash-compatible shell, such as fish, you
should set set shell=bash
as the first line in your ~/.vimrc
.
This script does that for you.
Any vim plugin that uses shell scripting will assume bash - just because that's the way the world is.
Even if you have a mostly-bash-compatible shell, such as zsh, it's a good idea to set the vim shell to bash, just to avoid any compatibility issues.