keiohtani / dotfiles

MIT License
0 stars 0 forks source link

:term does not work on Windows #3

Closed keiohtani closed 3 years ago

keiohtani commented 3 years ago

Returns /s: /s: Is a directory

keiohtani commented 3 years ago

:set shell=(powershell.exe | bash) then :term fixed the issue.

keiohtani commented 3 years ago

What I have currently :15new term://zsh can change to :15new | term to open the default shell on any device.

keiohtani commented 3 years ago

It seems | is not allowed in leader declaration. Use instead. https://askubuntu.com/questions/905491/in-vimrc-how-can-i-chain-multiple-instructions-in-one-leader-command