LoginSignup
0
0

More than 5 years have passed since last update.

helm-git-grepで表示候補数を300以上にする

Last updated at Posted at 2016-05-23

あらまし

Linux KernelとかWebKitとかBlinkとか巨大なGitリポジトリを使っていると、
git grep してくれる helm-git-grep の結果が300程度じゃ役に立たないことも。

なのでカスタマイズしてより多く表示できるうようにする。

本題

helm-git-grep.el の先頭にこんなことが書いてあるので、

(defcustom helm-git-grep-candidate-number-limit 300
  "Limit candidate number of `helm-git-grep'.

こうすればいい。例は1500

(setq helm-git-grep-candidate-number-limit 1500)

余計な話

Helm グローバルにCandidate number limitがあるのかと探しまわってしまった。
defcustom探す方法ってどこかにあったような。

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