LoginSignup
0
0

More than 5 years have passed since last update.

Zshでswapファイル(.swp)をTab補完しないようにしたい

Last updated at Posted at 2017-08-06

方法

とってもかんたん
しらべたら.zshrcにこれを書くだけだった

zstyle ':completion:*:*files' ignored-patterns '*.swp'

応用

勘のいいみなさんならお分かりかと思いますが、

zstyle ':completion:*:*files' ignored-patterns 'ここ'

に書いたものがTab補完でサジェストされなくなります
無視したいものをどんどん突っ込んでやってくださいませ

参考

zshのzstyleでの補完時の挙動について

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