Adding comments to summarize less arguments
parent
544ba1ca57
commit
a742959058
|
|
@ -1,4 +1,12 @@
|
||||||
cite 'about-alias'
|
cite 'about-alias'
|
||||||
about-alias 'the silver searcher (ag) aliases'
|
about-alias 'the silver searcher (ag) aliases'
|
||||||
|
|
||||||
|
## Summary for args to less:
|
||||||
|
# less(1)
|
||||||
|
# -M (-M or --LONG-PROMPT) Prompt very verbosely
|
||||||
|
# -I (-I or --IGNORE-CASE) Searches with '/' ignore case
|
||||||
|
# -R (-R or --RAW-CONTROL-CHARS) For handling ANSI colors
|
||||||
|
# -F (-F or --quit-if-one-screen) Auto exit if <1 screen
|
||||||
|
# -X (-X or --no-init) Disable termcap init & deinit
|
||||||
|
|
||||||
alias ag='ag --smart-case --pager="less -MIRFX"'
|
alias ag='ag --smart-case --pager="less -MIRFX"'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue