less: Add example for enabling ANSI color output (#849)

waldyrious/alt-syntax
Severen Redwood 2016-05-12 21:49:04 +12:00 committed by Waldir Pimenta
parent f4b7d59322
commit f4e69318b7
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,10 @@
`?{{something}} then n (next), N (previous)`
- Enable output of ANSI colors:
`git diff --color | less -R`
- Exit:
`q`