Skip to content

Commit

Permalink
uodate README
Browse files Browse the repository at this point in the history
  • Loading branch information
isacikgoz committed Jun 21, 2019
1 parent 895f993 commit a93f0c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ Commands:
Environment Variables:

GITIN_LINESIZE=<int>
GITIN_STARTINSEARCH=<bool>
GITIN_STARTINSEARCH=<bool
GITIN_DISABLECOLOR=<bool>
GITIN_VIMKEYS=<bool>

Press ? for controls while application is running.

Expand All @@ -75,6 +76,7 @@ Press ? for controls while application is running.
- To set the line size `export GITIN_LINESIZE=5`
- To set always start in search mode `GITIN_STARTSEARCH=true`
- To disable colors `GITIN_DISABLECOLOR=true`
- To disable h,j,k,l for nav `GITIN_VIMKEYS=false`
## Development Requirements
Expand Down

0 comments on commit a93f0c3

Please sign in to comment.