Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ビジュアルモードでテキストが選択されるたびに、テキストに白の上に黒を適用できる配色ルールをvimに追加したいと思います。
何か案は ?ありがとうございました。
これを試して
hi Visual gui=NONE guibg=White guifg=Black
それが目的だった場合は、colorscheme または _vimrc ファイルに追加してください。