LoginSignup
0
0

More than 5 years have passed since last update.

[WIP] Windows で ":terminal に関する小さい Tips” を

Last updated at Posted at 2019-03-24

:terminal に関する小さい Tips を Windows で試したメモ。
まだ動いていない。

gofv.bat
@echo off

for /f "usebackq delims=" %%a in (`gof`) do "echo.exe" -e "\x1b]51;[\"drop\", \"%%a\"]\x07"

Vim から :terminal gofv.bat を実行して gof からファイルを選択しても開いてくれなかった。
echo.exe は msys2 のものを使用。

ちなみに :terminal gofv だと CreateProcess failed になった。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0