diff options
| author | Teddy Wing | 2019-06-02 04:24:26 +0200 | 
|---|---|---|
| committer | Teddy Wing | 2019-06-02 04:24:26 +0200 | 
| commit | fce04ad138f93da72fc8c3dbea610d30860573e3 (patch) | |
| tree | fa1088572a1e711c187d6ac645c693ddbe36aad0 | |
| parent | 2262f986a2730a39a4c3c234152cd1db66e5c308 (diff) | |
| download | code-review-fce04ad138f93da72fc8c3dbea610d30860573e3.tar.bz2 | |
code-review: Add a note to focus the rightmost tab in Vim
| -rwxr-xr-x | code-review | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/code-review b/code-review index df91825..67cf21c 100755 --- a/code-review +++ b/code-review @@ -10,4 +10,6 @@ git -c difftool.vdwrap.cmd='vdwrap $LOCAL $REMOTE' \  	-c diff.tool=vdwrap \  	difftool -t vdwrap --dir-diff "$REVIEW_BASE" +# tabdo :wincmd b +  # git diff --stat "$REVIEW_BASE" | 
