Created
February 14, 2021 03:40
-
-
Save kashewnuts/73619c2d77b1e4a159d9abbd92dce942 to your computer and use it in GitHub Desktop.
WSL2でopen-browser.vimを使うと画面が真っ黒になる件
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set runtimepath^=~/.cache/plugged/open-browser.vim | |
let g:netrw_nogx = 1 " disable netrw's gx mapping. | |
nmap gx <Plug>(openbrowser-smart-search) | |
vmap gx <Plug>(openbrowser-smart-search) |
Windows TerminalからWSL Terminal(wslty) に変えたところ普通に動いたので、Windows Terminalが原因でほぼ確定っぽい。
続・ラフなラボ – 7年ぶりくらいに Windows 環境に戻ってきた でlaugk先輩もwslttyで落ち着いてるようだし、こっちを使おう。
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
再現環境