LoginSignup
2
0

More than 5 years have passed since last update.

Vim on Fish on WSL: 矢印キー有効化

Posted at

WSL上でFishを使ったときにvim上で矢印キーが効かなくなったので、解決した際のメモ

WSL上でFishを使うための設定

こちらの記事を参照のこと。

Vimで矢印キーを使えるようにする

上記の記事に従って、Fish用のCmderタスクを登録する際に

%windir%¥system32¥bash.exe ~ -new_console:t:"Fish" -cur_console:p -c fish

の代わりに

%windir%¥system32¥bash.exe ~ -new_console:t:"Fish" -cur_console:p5 -c fish

とする。


参考:
https://github.com/cmderdev/cmder/issues/1832

2
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
2
0